ElementCollectionTItem Property |
Gets or sets the element at the specified index.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public T this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As T
Get
Set
Parameters
- index Int32
- The zero-based index of the element to get.
Property Value
TThe element at the specified index.
Implements
IListTItemInt32See Also