[Gregor.Core.CVbNetSyntaxProvider]

Gregor.Core.CVbNetSyntaxProvider

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CVbNetSyntaxProvider

: Gregor.Core.CSyntaxProviderBase, Gregor.Core.ISyntaxProvider, Gregor.Core.ILanguageObject, Gregor.Core.IProvider, Gregor.Core.INamedItem

Custom Attributes: 

Description: 


Members

CVbNetSyntaxProvider

public CVbNetSyntaxProvider()

Custom Attributes: 

Description: 

m_CodeStrings

private System.Collections.Specialized.StringDictionary m_CodeStrings

Custom Attributes: 

Description: 

IgnoreCase

public override System.Boolean IgnoreCase {get;}

Custom Attributes: 

Description: 

EscapeString

public override System.String EscapeString(System.String s) // Gregor.Core.ISyntaxProvider.EscapeString

Custom Attributes: 

Description: 

GetString

public override System.String GetString(System.String sSpec, System.String sDefault) // Gregor.Core.ISyntaxProvider.GetString

Custom Attributes: 

Description: 

GetString

public override System.String GetString(System.String sSpec) // Gregor.Core.ISyntaxProvider.GetString

Custom Attributes: 

Description: 

GetTemplate

public override System.String GetTemplate(System.String sSpec) // Gregor.Core.ISyntaxProvider.GetTemplate

Custom Attributes: 

Description: 

HasFeature

public override System.Boolean HasFeature(System.String sSpec) // Gregor.Core.ISyntaxProvider.HasFeature

Custom Attributes: 

Description: 

UnEscapeString

public override System.String UnEscapeString(System.String s) // Gregor.Core.ISyntaxProvider.UnEscapeString

Custom Attributes: 

Description: 


See Also

Gregor.Core.CSyntaxProviderBase

System.Collections.Specialized.StringDictionary

System.String

Gregor.Core.ILanguageObject

Gregor.Core.INamedItem

Gregor.Core.IProvider

Gregor.Core.ISyntaxProvider

System.Boolean