[Gregor.Core.Collections.NObjectCollection]

Gregor.Core.Collections.NObjectCollection

Saturday, September 15, 2007

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

Details

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: 


Members

NObjectCollection

public NObjectCollection()

Custom Attributes: 

Description: 

this

public System.Object this[System.String sKey] {get;set;}

Custom Attributes: 

Description: 

this

public System.Object this[System.Int32 index] {get;set;}

Custom Attributes: 

Description: 

Add

public void Add(System.Object obj, System.String sKey)

Custom Attributes: 

Description: 

Add

public void Add(System.Object obj)

Custom Attributes: 

Description: 

Clear

public void Clear()

Custom Attributes: 

Description: 

InsertAt

public void InsertAt(System.Int32 index, System.Object obj, System.String sKey)

Custom Attributes: 

Description: 

InsertAt

public void InsertAt(System.Int32 index, System.Object obj)

Custom Attributes: 

Description: 

Remove

public void Remove(System.String sKey)

Custom Attributes: 

Description: 

Remove

public void Remove(System.Int32 index)

Custom Attributes: 

Description: 

Remove

public void Remove(System.Object obj)

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.NCollectionBase

System.Object

System.Reflection.DefaultMemberAttribute

System.String

Gregor.Core.Collections.IObservableCollection

Gregor.Core.IObservable

System.Collections.ICollection

System.Collections.IEnumerable

System.Collections.IList

System.Int32

System.Void