CSharp.

IsReservedKeyword(string) Method

Summary

Returns true if the `word` is reserved by the C# language.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
CSharp

Syntax

public static bool IsReservedKeyword(string word)

Parameters

Name Type Description
word string

Return Value

Type Description
bool