YesSql.Core.Collections.CollectionStack.Push C# (CSharp) Method

Push() public method

public Push ( Collection c ) : CollectionStack
c Collection
return CollectionStack
        public CollectionStack Push(Collection c)
        {
            return new CollectionStack(this, c);
        }