다음을 통해 공유


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)

반환

선언된 멤버입니다.

적용 대상