ODataEntityPropertyMappingCollection.GetEnumerator Method
Returns an enumerator for the EntityPropertyMappingAttribute instances in this enumerable.
Namespace: Microsoft.Data.OData.Metadata
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of EntityPropertyMappingAttribute)
'Usage
Dim instance As ODataEntityPropertyMappingCollection
Dim returnValue As IEnumerator(Of EntityPropertyMappingAttribute)
returnValue = instance.GetEnumerator()
public IEnumerator<EntityPropertyMappingAttribute> GetEnumerator()
public:
virtual IEnumerator<EntityPropertyMappingAttribute^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<EntityPropertyMappingAttribute>
override GetEnumerator : unit -> IEnumerator<EntityPropertyMappingAttribute>
public final function GetEnumerator() : IEnumerator<EntityPropertyMappingAttribute>
Return Value
Type: System.Collections.Generic.IEnumerator<EntityPropertyMappingAttribute>
An enumerator for the EntityPropertyMappingAttribute instances in this enumerable.
Implements
IEnumerable<T>.GetEnumerator()