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 (at certain positions). "Rest", "ToString" and other members of System.ValueTuple are reserved (in any position). 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 Function IsReservedTupleElementName (elementName As String) As Boolean
Parameters
- elementName
- String
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.