NonStandardPropertyIEnumerableNonStandardPropertyGetEnumerator Method
Returns an enumerator that iterates through the collection.
Namespace: FolkerKinzel.VCards.Models.PropertiesAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
IEnumerator<NonStandardProperty> IEnumerable<NonStandardProperty>.GetEnumerator()
Private Function GetEnumerator As IEnumerator(Of NonStandardProperty)
Implements IEnumerable(Of NonStandardProperty).GetEnumerator
private:
virtual IEnumerator<NonStandardProperty^>^ GetEnumerator() sealed = IEnumerable<NonStandardProperty^>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<NonStandardProperty>
private override GetEnumerator : unit -> IEnumerator<NonStandardProperty>
IEnumeratorNonStandardPropertyAn enumerator that can be used to iterate through the collection.
IEnumerableTGetEnumerator