PowerArgs.Cli.CollectionQuery.CollectionQuery C# (CSharp) Метод

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

public CollectionQuery ( ) : System
Результат System
        public CollectionQuery()
        {
            SortOrder = new List<SortExpression>();
        }

Same methods

CollectionQuery::CollectionQuery ( int skip, int take, string filter ) : System
CollectionQuery