C# Class Azos.CodeAnalysis.TokenList

A list of tokens
Inheritance: List
Datei anzeigen Open project: azist/azos Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
TokenList ( ) : System.Collections.Generic
TokenList ( IEnumerable other ) : System.Collections.Generic
this ( int idx ) : TToken

Method Details

ToString() public method

public ToString ( ) : string
return string

TokenList() public method

public TokenList ( ) : System.Collections.Generic
return System.Collections.Generic

TokenList() public method

public TokenList ( IEnumerable other ) : System.Collections.Generic
other IEnumerable
return System.Collections.Generic

this() public method

public this ( int idx ) : TToken
idx int
return TToken