ObservableCollectionTRemoveAt Method
|
Removes the object at the specified index of the collection.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
virtual void RemoveAt(
int index
) sealed
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
METHOD RemoveAt(
index AS LONG
) AS VOID
Parameters
- index
- Type: SystemInt32
The zero-based index of the object to remove.
Implements
IListTRemoveAt(Int32)See Also