Click or drag to resize

ElementCollectionTItem Property

Gets or sets the element at the specified index.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public T this[
	int index
] { get; set; }

Parameters

index  Int32
The zero-based index of the element to get.

Property Value

T
The element at the specified index.

Implements

IListTItemInt32
See Also