Method | Description | |
---|---|---|
Code ( this self, string content ) : |
||
CodeTransition ( this self ) : |
||
CodeTransition ( this self, CSharpSymbolType type ) : |
||
CodeTransition ( this self, string content ) : |
||
CodeTransition ( this self, string content, CSharpSymbolType type ) : |
||
Comment ( this self, string content, CSharpSymbolType type ) : |
||
Comment ( this self, string content, HtmlSymbolType type ) : |
||
EmptyCSharp ( this self ) : |
||
EmptyHtml ( this self ) : |
||
GetLocationAndAdvance ( this self, string content ) : SourceLocation | ||
Markup ( this self ) : |
||
Markup ( this self, string content ) : |
||
MarkupTransition ( this self ) : |
||
MarkupTransition ( this self, HtmlSymbolType type ) : |
||
MarkupTransition ( this self, string content ) : |
||
MarkupTransition ( this self, string content, HtmlSymbolType type ) : |
||
MetaCode ( this self, string content ) : |
||
MetaCode ( this self, string content, CSharpSymbolType type ) : |
||
MetaMarkup ( this self, string content ) : |
||
MetaMarkup ( this self, string content, HtmlSymbolType type ) : |
public static Code ( this self, string content ) : |
||
self | this | |
content | string | |
return |
public static CodeTransition ( this self ) : |
||
self | this | |
return |
public static CodeTransition ( this self, CSharpSymbolType type ) : |
||
self | this | |
type | CSharpSymbolType | |
return |
public static CodeTransition ( this self, string content ) : |
||
self | this | |
content | string | |
return |
public static CodeTransition ( this self, string content, CSharpSymbolType type ) : |
||
self | this | |
content | string | |
type | CSharpSymbolType | |
return |
public static Comment ( this self, string content, CSharpSymbolType type ) : |
||
self | this | |
content | string | |
type | CSharpSymbolType | |
return |
public static Comment ( this self, string content, HtmlSymbolType type ) : |
||
self | this | |
content | string | |
type | HtmlSymbolType | |
return |
public static EmptyCSharp ( this self ) : |
||
self | this | |
return |
public static EmptyHtml ( this self ) : |
||
self | this | |
return |
public static GetLocationAndAdvance ( this self, string content ) : SourceLocation | ||
self | this | |
content | string | |
return | SourceLocation |
public static Markup ( this self ) : |
||
self | this | |
return |
public static Markup ( this self, string content ) : |
||
self | this | |
content | string | |
return |
public static MarkupTransition ( this self ) : |
||
self | this | |
return |
public static MarkupTransition ( this self, HtmlSymbolType type ) : |
||
self | this | |
type | HtmlSymbolType | |
return |
public static MarkupTransition ( this self, string content ) : |
||
self | this | |
content | string | |
return |
public static MarkupTransition ( this self, string content, HtmlSymbolType type ) : |
||
self | this | |
content | string | |
type | HtmlSymbolType | |
return |
public static MetaCode ( this self, string content ) : |
||
self | this | |
content | string | |
return |
public static MetaCode ( this self, string content, CSharpSymbolType type ) : |
||
self | this | |
content | string | |
type | CSharpSymbolType | |
return |
public static MetaMarkup ( this self, string content ) : |
||
self | this | |
content | string | |
return |
public static MetaMarkup ( this self, string content, HtmlSymbolType type ) : |
||
self | this | |
content | string | |
type | HtmlSymbolType | |
return |