C# Class Castle.NVelocity.Token

Show file Open project: jonorossi/cvsi Class Usage Examples

Public Methods

Method Description
SetEndPosition ( int endLine, int endPos ) : void
SetStartPosition ( int startLine, int startPos ) : void

Private Methods

Method Description
SetTokenImage ( ) : void

Method Details

SetEndPosition() public method

public SetEndPosition ( int endLine, int endPos ) : void
endLine int
endPos int
return void

SetStartPosition() public method

public SetStartPosition ( int startLine, int startPos ) : void
startLine int
startPos int
return void