[Gregor.Core.Collections.NStackBase]

Gregor.Core.Collections.NStackBase

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public abstract class Gregor.Core.Collections.NStackBase

: System.Object, System.Collections.ICollection, System.Collections.IEnumerable

Custom Attributes: Gregor.Core.Description(Text=...)

Description: Base class for strongly typed stacks.


Members

NStackBase

protected NStackBase()

Custom Attributes: 

Description: 

NStackBase

protected NStackBase(System.Int32 nInitCapacity)

Custom Attributes: 

Description: 

m_Stack

private System.Collections.Stack m_Stack

Custom Attributes: 

Description: 

Count

public System.Int32 Count {get;} // System.Collections.ICollection.Count

Custom Attributes: 

Description: 

Inner

protected System.Collections.Stack Inner {get;}

Custom Attributes: 

Description: 

IsSynchronized

public System.Boolean IsSynchronized {get;} // System.Collections.ICollection.IsSynchronized

Custom Attributes: 

Description: 

SyncRoot

public System.Object SyncRoot {get;} // System.Collections.ICollection.SyncRoot

Custom Attributes: 

Description: 

BasePeek

protected System.Object BasePeek()

Custom Attributes: 

Description: 

BasePop

protected System.Object BasePop()

Custom Attributes: 

Description: 

BasePush

protected void BasePush(System.Object obj)

Custom Attributes: 

Description: 

CopyTo

public void CopyTo(System.Array array, System.Int32 index) // System.Collections.ICollection.CopyTo

Custom Attributes: 

Description: 

GetEnumerator

public System.Collections.IEnumerator GetEnumerator() // System.Collections.IEnumerable.GetEnumerator

Custom Attributes: 

Description: 


See Also

Gregor.Core.DescriptionAttribute

System.Array

System.Collections.Stack

System.Object

System.Collections.ICollection

System.Collections.IEnumerable

System.Collections.IEnumerator

System.Boolean

System.Int32

System.Void