TupleElementNamesAttribute.TransformNames 속성

정의

튜플 요소가 요소 이름을 전달해야 하는 값을 순서가 미리 정해진 유형 생성의 깊이 우선 통과 방식으로 지정합니다.

public:
 property System::Collections::Generic::IList<System::String ^> ^ TransformNames { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string?> TransformNames { get; }
public System.Collections.Generic.IList<string> TransformNames { get; }
member this.TransformNames : System.Collections.Generic.IList<string>
Public ReadOnly Property TransformNames As IList(Of String)

속성 값

튜플 요소가 요소 이름을 전달해야 하는 값을 나타내는 배열입니다.

적용 대상