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)

プロパティ値

値のタプル要素が要素の名前を実行するためであることを示す配列。

適用対象