CustomPropertiesCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic IEnumerator<KeyValuePair<CustomProperty, CustomPropertyValue>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of CustomProperty, CustomPropertyValue))
public:
virtual IEnumerator<KeyValuePair<CustomProperty^, CustomPropertyValue^>^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<CustomProperty, CustomPropertyValue>>
override GetEnumerator : unit -> IEnumerator<KeyValuePair<CustomProperty, CustomPropertyValue>>
Return Value
Type:
IEnumeratorKeyValuePairCustomProperty,
CustomPropertyValue
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also