TupleElementNamesAttribute::TransformNames Property

 

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

Namespace:   System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

public:
property IList<String^>^ TransformNames {
	IList<String^>^ get();
}

Property Value

Type: System.Collections.Generic::IList<String^>^

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

.NET Framework
Available since 4.7
Return to top
Show: