TimeZonePropertyIEnumerableTimeZonePropertyGetEnumerator 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<TimeZoneProperty> IEnumerable<TimeZoneProperty>.GetEnumerator()
Private Function GetEnumerator As IEnumerator(Of TimeZoneProperty)
Implements IEnumerable(Of TimeZoneProperty).GetEnumerator
private:
virtual IEnumerator<TimeZoneProperty^>^ GetEnumerator() sealed = IEnumerable<TimeZoneProperty^>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<TimeZoneProperty>
private override GetEnumerator : unit -> IEnumerator<TimeZoneProperty>
IEnumeratorTimeZonePropertyAn enumerator that can be used to iterate through the collection.
IEnumerableTGetEnumerator