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