Class CSKeywords
Provides C# keyword resolution services, this class is thread safe
Inheritance
System.Object
CSKeywords
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.CodeAnalysis.CSharp
Assembly: Azos.dll
Syntax
public static class CSKeywords
Methods
Resolve(String)
Resolves a C# keyword - this method IS thread safe
Declaration
public static CSTokenType Resolve(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str |
Returns
Type | Description |
---|---|
CSTokenType |