Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
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.
protected NStackBase() Custom Attributes: Description:
protected NStackBase(System.Int32 nInitCapacity) Custom Attributes: Description:
private System.Collections.Stack m_Stack Custom Attributes: Description:
public System.Int32 Count {get;} // System.Collections.ICollection.Count
Custom Attributes:
Description:
protected System.Collections.Stack Inner {get;}
Custom Attributes:
Description:
public System.Boolean IsSynchronized {get;} // System.Collections.ICollection.IsSynchronized
Custom Attributes:
Description:
public System.Object SyncRoot {get;} // System.Collections.ICollection.SyncRoot
Custom Attributes:
Description:
protected System.Object BasePeek() Custom Attributes: Description:
protected System.Object BasePop() Custom Attributes: Description:
protected void BasePush(System.Object obj) Custom Attributes: Description:
public void CopyTo(System.Array array, System.Int32 index) // System.Collections.ICollection.CopyTo Custom Attributes: Description:
public System.Collections.IEnumerator GetEnumerator() // System.Collections.IEnumerable.GetEnumerator Custom Attributes: Description:
Gregor.Core.DescriptionAttribute
System.Collections.ICollection
System.Collections.IEnumerable