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