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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.