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

속성 값

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

설명

이름과 같은 이름입니다 MethodInfo .

적용 대상