public void AddParts( IEnumerable<IEnumerable<Segment>> parts )
Public Sub AddParts( _ ByVal parts As IEnumerable(Of IEnumerable(Of Segment)) _ )
Parameters
- parts
- An enumeration of parts built from an enumeration of segments.
public void AddParts( IEnumerable<IEnumerable<Segment>> parts )
Public Sub AddParts( _ ByVal parts As IEnumerable(Of IEnumerable(Of Segment)) _ )
Exception | Description |
---|---|
System.ArgumentNullException | parts is null. |
Target Platforms: Windows 11, Windows 10