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

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

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