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)

屬性值

陣列,表示哪些值元組元素應該包含元素名稱。

適用於