VCardIEnumerableVCardGetEnumerator Method

Explicit implementation of IEnumerable<VCard>, which enables to pass a single VCard object to a method or property that requires a collection of VCard objects.

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
IEnumerator<VCard> IEnumerable<VCard>.GetEnumerator()

Return Value

IEnumeratorVCard
An enumerator that returns the VCard instance itself.

Implements

IEnumerableTGetEnumerator

See Also