PropertyContainer.IEnumerableNameValuePair.GetEnumerator Method | |
Returns an enumerator that iterates through the collection.
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.21
Syntax METHOD IEnumerable<NameValuePair>.GetEnumerator() AS IEnumerator<NameValuePair>
IEnumerator<NameValuePair> IEnumerable<NameValuePair>.GetEnumerator()
Request Example
View SourceReturn Value
Type:
IEnumeratorNameValuePairAn enumerator that can be used to iterate through the collection.
Implements
GetEnumeratorSee Also