Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
public class Gregor.Core.Collections.NObjectCollection : Gregor.Core.Collections.NCollectionBase, Gregor.Core.Collections.IObservableCollection, Gregor.Core.IObservable, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList Custom Attributes: System.Reflection.DefaultMember(MemberName="Item") Description:
public NObjectCollection() Custom Attributes: Description:
public System.Object this[System.String sKey] {get;set;}
Custom Attributes:
Description:
public System.Object this[System.Int32 index] {get;set;}
Custom Attributes:
Description:
public void Add(System.Object obj, System.String sKey) Custom Attributes: Description:
public void Add(System.Object obj) Custom Attributes: Description:
public void Clear() Custom Attributes: Description:
public void InsertAt(System.Int32 index, System.Object obj, System.String sKey) Custom Attributes: Description:
public void InsertAt(System.Int32 index, System.Object obj) Custom Attributes: Description:
public void Remove(System.String sKey) Custom Attributes: Description:
public void Remove(System.Int32 index) Custom Attributes: Description:
public void Remove(System.Object obj) Custom Attributes: Description:
Gregor.Core.Collections.NCollectionBase
System.Reflection.DefaultMemberAttribute
Gregor.Core.Collections.IObservableCollection
System.Collections.ICollection