Mono.CSharp.Linq.ThenByAscending.ThenByAscending C# (CSharp) Метод

ThenByAscending() публичный Метод

public ThenByAscending ( QueryBlock block, Expression expr ) : System
block QueryBlock
expr Expression
Результат System
		public ThenByAscending (QueryBlock block, Expression expr)
			: base (block, expr)
		{
		}
ThenByAscending