Bumblebee.Implementation.TableRow.this C# (CSharp) Method

this() public method

public this ( int index ) : string
index int
return string
		public string this[int index]
		{
			get { return _data.Values.ElementAt(index); }
		}

Same methods

TableRow::this ( string column ) : string