RuntimeTypeBase.IReadOnlyTypeBase.GetDeclaredMembers 方法

定义

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

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

返回

声明的成员。

实现

属性

适用于