Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
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:
public NTokens() Custom Attributes: Description:
public Gregor.Core.CToken this[System.Int32 index] {get;}
Custom Attributes:
Description:
public void Add(Gregor.Core.CToken token) Custom Attributes: Description:
public void Clear() Custom Attributes: Description:
public Gregor.Core.NTokens CombineTokens(Gregor.Core.TokenType newType, params Gregor.Core.TokenType[] toCombine) Custom Attributes: toCombine - System.ParamArray() Description:
public Gregor.Core.NTokens FilterExcluding(params Gregor.Core.TokenType[] toExclude) Custom Attributes: toExclude - System.ParamArray() Description:
public Gregor.Core.NTokens FilterIncluding(params Gregor.Core.TokenType[] toInclude) Custom Attributes: toInclude - System.ParamArray() Description:
public System.Int32 IndexOf(Gregor.Core.TokenType type, System.String sValue, System.Int32 iStart, System.Int32 maxCount) Custom Attributes: Description:
public System.Int32 LastIndexOf(Gregor.Core.TokenType type, System.String sValue, System.Int32 iStart, System.Int32 maxCount) Custom Attributes: Description:
public Gregor.Core.NTokens Slice(System.Int32 iStart, System.Int32 nLength) Custom Attributes: Description:
Gregor.Core.Collections.NCollectionBase
System.Reflection.DefaultMemberAttribute
Gregor.Core.Collections.IObservableCollection
System.Collections.ICollection