Method | Description | |
---|---|---|
AnchorAlias ( string value ) : System |
Initializes a new instance of the AnchorAlias class.
|
|
AnchorAlias ( string value, Mark start, Mark end ) : System |
Initializes a new instance of the AnchorAlias class.
|
public AnchorAlias ( string value ) : System | ||
value | string | The value of the anchor. |
return | System |
public AnchorAlias ( string value, Mark start, Mark end ) : System | ||
value | string | The value of the anchor. |
start | Mark | The start position of the event. |
end | Mark | The end position of the event. |
return | System |