OrderByCollectionItem - свойство
Gets the element at the specified index from the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public KeyValuePair<PropertyDefinitionBase, SortDirection> this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As KeyValuePair(Of PropertyDefinitionBase, SortDirection)
Get
public:
property KeyValuePair<PropertyDefinitionBase^, SortDirection> default[int index] {
KeyValuePair<PropertyDefinitionBase^, SortDirection> get (int index);
}
member Item : KeyValuePair<PropertyDefinitionBase, SortDirection> with get
- index Int32
- Index.
KeyValuePairPropertyDefinitionBase,
SortDirection