ICompoundPropertyItem Property

Gets the element at the specified index.

Definition

Namespace: FolkerKinzel.VCards.Formatters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
IReadOnlyList<string> this[
	int index
] { get; }

Parameters

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

Return Value

IReadOnlyListString
The element at the specified index.

Exceptions

IndexOutOfRangeExceptionindex is less than zero, or equal or greater than Count

See Also