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)

属性值

一个数组,指示要携带元素名称的值元组元素。

适用于