ParameterInfo.NameImpl 필드

정의

매개 변수의 이름입니다.

protected: System::String ^ NameImpl;
protected string? NameImpl;
protected string NameImpl;
val mutable NameImpl : string
Protected NameImpl As String 

필드 값

String

설명

이 필드는 .에서 ParameterInfo클래스를 파생시키는 사용자만을 위한 것입니다.

매개 변수 이름에 대한 일반적인 액세스 권한은 .을 통해서입니다 Name.

적용 대상