C# Class Alsing.Text.Token

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
HasTag ( object tag ) : bool
ToString ( ) : string
Token ( string text, object tags ) : System

Method Details

HasTag() public method

public HasTag ( object tag ) : bool
tag object
return bool

ToString() public method

public ToString ( ) : string
return string

Token() public method

public Token ( string text, object tags ) : System
text string
tags object
return System