IReadOnlyTypeBase.GetDeclaredMembers 方法

定义

获取在此类型上声明的成员。

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase> GetDeclaredMembers ();
abstract member GetDeclaredMembers : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase>
Public Function GetDeclaredMembers () As IEnumerable(Of IReadOnlyPropertyBase)

返回

声明的成员。

适用于