Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to the current System.Object.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
TagDirective ( string handle, string prefix ) : System |
Initializes a new instance of the TagDirective class.
|
|
TagDirective ( string handle, string prefix, |
Initializes a new instance of the TagDirective class.
|
|
ToString ( ) : string |
public Equals ( object obj ) : bool | ||
obj | object | The System.Object to compare with the current System.Object. |
return | bool |
public TagDirective ( string handle, string prefix ) : System | ||
handle | string | The handle. |
prefix | string | The prefix. |
return | System |
public TagDirective ( string handle, string prefix, |
||
handle | string | The handle. |
prefix | string | The prefix. |
start | The start position of the token. | |
end | The end position of the token. | |
return | System |