AddressPropertyIEnumerableAddressPropertyGetEnumerator Method

Returns an enumerator that iterates through the collection.

Definition

Namespace: FolkerKinzel.VCards.Models.Properties
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
C#
IEnumerator<AddressProperty> IEnumerable<AddressProperty>.GetEnumerator()

Return Value

IEnumeratorAddressProperty
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator

See Also