Hd.QueryExtensions.OrderByTermCollection.this C# (CSharp) Method

this() public method

Gets or sets the OrderByTerm at the given index in this OrderByTermCollection.
public this ( int index ) : OrderByTerm
index int
return OrderByTerm
		public virtual OrderByTerm this[int index]
		{
			get { return (OrderByTerm) List[index]; }
			set { List[index] = value; }
		}