RuntimeTypeBase.ITypeBase.GetMembers 方法

定义

获取在此类型和基类型上定义的成员。

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> ITypeBase.GetMembers ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.ITypeBase.GetMembers : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase>
override this.Microsoft.EntityFrameworkCore.Metadata.ITypeBase.GetMembers : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase>
Function GetMembers () As IEnumerable(Of IPropertyBase) Implements ITypeBase.GetMembers

返回

键入成员。

实现

属性

适用于