NamePropertyICompoundPropertyItem Property

Gets the element at the specified index.

Definition

Namespace: FolkerKinzel.VCards.Models.Properties
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
IReadOnlyList<string> ICompoundProperty.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.

Implements

ICompoundPropertyItemInt32

Exceptions

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

See Also