Hd.QueryExtensions.OrderByTermCollection.Add C# (CSharp) 메소드

Add() 공개 메소드

Adds an instance of type OrderByTerm to the end of this OrderByTermCollection.
public Add ( OrderByTerm value ) : void
value OrderByTerm /// The OrderByTerm to be added to the end of this OrderByTermCollection. ///
리턴 void
		public virtual void Add(OrderByTerm value)
		{
			List.Add(value);
		}