Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

5b840324 8026 1af8 884f 86443802ca03

haplokuon edited this page May 6, 2023 · 1 revision

RemoveAt Method

netDxf 3.0.0 Library

Removes the object at the specified index of the collection.

Definition

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 

Parameters

  Int32
The zero-based index of the object to remove.

Implements

IList(T).RemoveAt(Int32)

See Also

Reference

ObservableCollection(T) Class
netDxf.Collections Namespace

Clone this wiki locally