Show / Hide Table of Contents

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: NFX.CodeAnalysis.CSharp
Assembly: NFX.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
Back to top Copyright © 2006-2018 Agnicore Inc
Generated by DocFX