Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.CCSharpSyntaxProvider : Gregor.Core.CSyntaxProviderBase, Gregor.Core.ISyntaxProvider, Gregor.Core.ILanguageObject, Gregor.Core.IProvider, Gregor.Core.INamedItem Custom Attributes: Description:
public CCSharpSyntaxProvider() Custom Attributes: Description:
private System.Collections.Specialized.StringDictionary m_CodeStrings Custom Attributes: Description:
public override System.String EscapeString(System.String s) // Gregor.Core.ISyntaxProvider.EscapeString Custom Attributes: Description:
public override System.String GetString(System.String sSpec, System.String sDefault) // Gregor.Core.ISyntaxProvider.GetString Custom Attributes: Description:
public override System.String GetString(System.String sSpec) // Gregor.Core.ISyntaxProvider.GetString Custom Attributes: Description:
public override System.String GetTemplate(System.String sSpec) // Gregor.Core.ISyntaxProvider.GetTemplate Custom Attributes: Description:
public override System.Boolean HasFeature(System.String sSpec) // Gregor.Core.ISyntaxProvider.HasFeature Custom Attributes: Description:
private System.Char UnescapeHex(System.String s, System.Int32 iHexStart, System.Int32 nHexLen) Custom Attributes: Description:
public override System.String UnEscapeString(System.String s) // Gregor.Core.ISyntaxProvider.UnEscapeString Custom Attributes: Description:
Gregor.Core.CSyntaxProviderBase