Click or drag to resize

ObservableCollectionTItem Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the object at the specified index.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public T this[
	int index
] { get; set; }
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based index of the element to get or set.

Return Value

Type: T
The object at the specified index.

Implements

IListTItemInt32
See Also