C# Class YesSql.Core.Collections.CollectionStack

显示文件 Open project: sebastienros/yessql Class Usage Examples

Public Properties

Property Type Description
Empty CollectionStack

Public Methods

Method Description
Peek ( ) : Collection
Push ( Collection c ) : CollectionStack

Private Methods

Method Description
CollectionStack ( ) : System
CollectionStack ( CollectionStack previous, Collection collection ) : System

Method Details

Peek() public method

public Peek ( ) : Collection
return Collection

Push() public method

public Push ( Collection c ) : CollectionStack
c Collection
return CollectionStack

Property Details

Empty public_oe static_oe property

public static CollectionStack,YesSql.Core.Collections Empty
return CollectionStack