Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
public abstract class Gregor.Core.Collections.NMruBase : System.Object, Gregor.Core.Collections.IObservableCollection, Gregor.Core.IObservable, System.Collections.ICollection, System.Collections.IEnumerable Custom Attributes: Gregor.Core.Description(Text=...) Description: Base class for strongly typed MRU lists.
public NMruBase() Custom Attributes: Description:
public event Gregor.Core.Collections.CollectionEventHandler Changed // Gregor.Core.Collections.IObservableCollection.Changed Custom Attributes: Description:
private Gregor.Core.Collections.CollectionEventHandler Changed Custom Attributes: Description:
private System.Collections.ArrayList m_Entries Custom Attributes: Description:
private System.Boolean m_FiresChangedEvent Custom Attributes: Description:
public System.Int32 Count {get;} // System.Collections.ICollection.Count
Custom Attributes:
Description:
public System.Boolean FiresChangedEvent {get;set;} // Gregor.Core.IObservable.FiresChangedEvent
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 BaseGet(System.Int32 index) Custom Attributes: Description:
protected System.Collections.ArrayList BaseGetEntries() Custom Attributes: Description:
protected System.Object BaseGetMostRecent() Custom Attributes: Description:
protected void BasePush(System.Object obj) Custom Attributes: Description:
protected void BaseRemove(System.Object obj) Custom Attributes: Description:
protected void BaseRemoveAll(System.Object obj) Custom Attributes: Description:
private void BaseRemoveAll(System.Object obj, System.Boolean fRaise) Custom Attributes: Description:
protected System.Object[] BaseToArray() 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:
protected virtual void OnChanged(Gregor.Core.Collections.CCollectionEventArgs e) Custom Attributes: Description:
Gregor.Core.Collections.CCollectionEventArgs
Gregor.Core.DescriptionAttribute
Gregor.Core.Collections.IObservableCollection
System.Collections.ICollection
System.Collections.IEnumerable
System.Collections.IEnumerator