This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
5b840324 8026 1af8 884f 86443802ca03
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes the object at the specified index of the collection.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void RemoveAt(
int index
)
VB
Public Sub RemoveAt (
index As Integer
)
C++
public:
virtual void RemoveAt(
int index
) sealed
F#
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
- Int32
- The zero-based index of the object to remove.
IList(T).RemoveAt(Int32)