GetEnumerator method
Use this method to get get an enumerator to iterate through the collection.
Syntax
IEnumerator<PropertyData> value = obj.GetEnumerator();
Parameters
This method does not take any parameters.Return value
- Type: IEnumerator<PropertyData>