IReadOnlyTypeBase.GetDeclaredMembers Method

Definition

Gets the members declared on this type.

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)

Returns

Declared members.

Applies to