CodeWriter.IsCSKeyword method
Determines whether the given type name is a C# primitive keyword.
public static bool IsCSKeyword(string dataType)
| parameter | description |
|---|---|
| dataType | The type name to check. |
Return Value
true if the type name is a C# primitive keyword; otherwise, false.
See Also
- class CodeWriter