Method | Description | |
---|---|---|
Tag ( string handle, string suffix ) : System |
Initializes a new instance of the Tag class.
|
|
Tag ( string handle, string suffix, Mark start, Mark end ) : System |
Initializes a new instance of the Tag class.
|
public Tag ( string handle, string suffix ) : System | ||
handle | string | The handle. |
suffix | string | The suffix. |
return | System |
public Tag ( string handle, string suffix, Mark start, Mark end ) : System | ||
handle | string | The handle. |
suffix | string | The suffix. |
start | Mark | The start position of the token. |
end | Mark | The end position of the token. |
return | System |