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

Peek() public method

public Peek ( ) : Collection
return Collection
        public Collection Peek()
        {
            return _collection ?? new DefaultCollection();
        }