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)

属性值

一个数组,该数组指示哪些值元组元素应具有元素名称。

适用于