返回此枚举中 EntityPropertyMappingAttribute 实例的枚举数。
命名空间: Microsoft.Data.OData.Metadata
程序集: Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)
语法
声明
Public Function GetEnumerator As IEnumerator(Of EntityPropertyMappingAttribute)
用法
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>
返回值
类型:System.Collections.Generic.IEnumerator<EntityPropertyMappingAttribute>
此枚举中 EntityPropertyMappingAttribute 实例的枚举数。
实现
IEnumerable<T>.GetEnumerator()