SyntaxFacts.IsReservedTupleElementName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether the element name is reserved.
For example: "Item3" is reserved. "Rest", "ToString" and other members of System.ValueTuple are reserved. Names that are not reserved return False.
public:
static bool IsReservedTupleElementName(System::String ^ elementName);
public static bool IsReservedTupleElementName (string elementName);
static member IsReservedTupleElementName : string -> bool
Public Shared Function IsReservedTupleElementName (elementName As String) As Boolean
Parameters
- elementName
- String
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.