[Gregor.Core.NTokens]

Gregor.Core.NTokens

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.NTokens

: Gregor.Core.Collections.NCollectionBase, Gregor.Core.Collections.IObservableCollection, Gregor.Core.IObservable, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList

Custom Attributes: System.Reflection.DefaultMember(MemberName="Item")

Description: 


Members

NTokens

public NTokens()

Custom Attributes: 

Description: 

this

public Gregor.Core.CToken this[System.Int32 index] {get;}

Custom Attributes: 

Description: 

Add

public void Add(Gregor.Core.CToken token)

Custom Attributes: 

Description: 

Clear

public void Clear()

Custom Attributes: 

Description: 

CombineTokens

public Gregor.Core.NTokens CombineTokens(Gregor.Core.TokenType newType, params Gregor.Core.TokenType[] toCombine)

Custom Attributes: 
toCombine - System.ParamArray()

Description: 

FilterExcluding

public Gregor.Core.NTokens FilterExcluding(params Gregor.Core.TokenType[] toExclude)

Custom Attributes: 
toExclude - System.ParamArray()

Description: 

FilterIncluding

public Gregor.Core.NTokens FilterIncluding(params Gregor.Core.TokenType[] toInclude)

Custom Attributes: 
toInclude - System.ParamArray()

Description: 

IndexOf

public System.Int32 IndexOf(Gregor.Core.TokenType type, System.String sValue, System.Int32 iStart, System.Int32 maxCount)

Custom Attributes: 

Description: 

LastIndexOf

public System.Int32 LastIndexOf(Gregor.Core.TokenType type, System.String sValue, System.Int32 iStart, System.Int32 maxCount)

Custom Attributes: 

Description: 

Slice

public Gregor.Core.NTokens Slice(System.Int32 iStart, System.Int32 nLength)

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.NCollectionBase

Gregor.Core.CToken

Gregor.Core.NTokens

System.Reflection.DefaultMemberAttribute

System.String

Gregor.Core.Collections.IObservableCollection

Gregor.Core.IObservable

System.Collections.ICollection

System.Collections.IEnumerable

System.Collections.IList

System.Int32

System.Void

Gregor.Core.TokenType