RuntimeTypeBase.ITypeBase.GetMembers Method

Definition

Gets the members defined on this type and base types.

[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

Returns

Type members.

Implements

Attributes

Applies to