Share via


MetaFunction.Name 속성

정의

메서드 이름을 가져옵니다.

public:
 abstract property System::String ^ Name { System::String ^ get(); };
public abstract string Name { get; }
member this.Name : string
Public MustOverride ReadOnly Property Name As String

속성 값

메서드의 이름을 나타내는 string입니다.

설명

이 동일한 이름으로는 MethodInfo 이름입니다.

적용 대상