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