Of() публичный статический Метод

public static Of ( int el ) : BitSet
el int
Результат BitSet
Пример #1
0
 public virtual IList <IToken> GetTokens(int start, int stop, int ttype)
 {
     return(this.GetTokens(start, stop, BitSet.Of(ttype)));
 }
 public IList <SlimToken> GetTokens(int start, int stop, int ttype)
 {
     return(GetTokens(start, stop, BitSet.Of(ttype)));
 }