GenericTypeParameterBuilder.FullName 속성

정의

모든 경우에 null을 가져옵니다.

public:
 virtual property System::String ^ FullName { System::String ^ get(); };
public override string? FullName { get; }
public override string FullName { get; }
member this.FullName : string
Public Overrides ReadOnly Property FullName As String

속성 값

모든 경우의 null 참조(Visual Basic의 경우Nothing )입니다.

설명

제네릭 형식 매개 변수의 scope 선언하는 제네릭 형식으로 제한되므로 전체 이름이 없습니다.

적용 대상