SerializationInfoEnumerator.Name 속성

정의

현재 검사 중인 항목의 이름을 가져옵니다.

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

속성 값

항목 이름입니다.

예외

열거자가 항목 열거를 시작하지 않았거나 열거형의 끝에 도달했습니다.

적용 대상