TupleElementNamesAttribute.TransformNames Propriedade

Definição

Especifica, em uma passagem de profundidade inicial de pré-ordenação da construção do tipo, quais elementos da tupla de valor devem ter nomes de elemento.Specifies, in a pre-order depth-first traversal of a type's construction, which value tuple elements are meant to carry element names.

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)

Valor da propriedade

IList<String>

Uma matriz que indica quais elementos de tupla de valor devem ter nomes de elemento.An array that indicates which value tuple elements are meant to carry element names.

Aplica-se a