class TupleElementNamesAttribute

in global :: System . Runtime . CompilerServices

Indicates that the use of a value tuple on a member is meant to be treated as a tuple with element names.


public TupleElementNamesAttribute( string[] transformNames )

Initializes a new instance of the class.

  • transformNames A string array that specifies, in a pre-order depth-first traversal of a type's construction, which value tuple occurrences are meant to carry element names.

public IList<string> TransformNames { get; }

Specifies, in a pre-order depth-first traversal of a type's construction, which value tuple elements are meant to carry element names.

  • Returns An array that indicates which value tuple elements are meant to carry element names.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public object TypeId { get; }

😔 No documentation found.

public bool Match( object obj )

😔 No documentation found.

public bool IsDefaultAttribute( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.