Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft