ItemCollectionTItemItem - свойство
Gets the item at the specified index.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public TItem this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As TItem
Get
public:
property TItem default[int index] {
TItem get (int index);
}
member Item : 'TItem with get
- index Int32
- The zero-based index of the item to get.
TItemThe item at the specified index.