public void InsertParts( int beforePartIndex, IEnumerable<IEnumerable<Segment>> parts )
Public Sub InsertParts( _ ByVal beforePartIndex As Integer, _ ByVal parts As IEnumerable(Of IEnumerable(Of Segment)) _ )
public void InsertParts( int beforePartIndex, IEnumerable<IEnumerable<Segment>> parts )
Public Sub InsertParts( _ ByVal beforePartIndex As Integer, _ ByVal parts As IEnumerable(Of IEnumerable(Of Segment)) _ )
Exception | Description |
---|---|
System.ArgumentNullException | parts is null. |
System.ArgumentOutOfRangeException | beforePartIndex is greater than PartCount. |
Target Platforms: Windows 11, Windows 10