CFGLib.Parsers.Earley.StateSet.this C# (CSharp) Method

this() public method

public this ( int index ) : System.Item
index int
return System.Item
		public Item this[int index] {
			get {
				return _items[index];
			}
			set {
				_items[index] = value;
			}
		}