CK.WordPredictor.TokenCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : IToken
index int
return IToken
        public IToken this[int index]
        {
            get { return _token[index]; }
            set { _token[index] = value; }
        }