[Gregor.Core.Collections.NKeyObjectCollection]

Gregor.Core.Collections.NKeyObjectCollection

Saturday, September 15, 2007

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

Details

internal class Gregor.Core.Collections.NKeyObjectCollection

: System.Collections.Specialized.NameObjectCollectionBase, System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.ISerializable, System.Runtime.Serialization.IDeserializationCallback

Custom Attributes: System.Reflection.DefaultMember(MemberName="Item")

Description: 


Members

NKeyObjectCollection

internal NKeyObjectCollection()

Custom Attributes: 

Description: 

this

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

Custom Attributes: 

Description: 

this

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

Custom Attributes: 

Description: 

Add

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

Custom Attributes: 

Description: 

Clear

internal void Clear()

Custom Attributes: 

Description: 

Contains

internal System.Boolean Contains(System.Object obj)

Custom Attributes: 

Description: 

CopyTo

internal void CopyTo(System.Array array, System.Int32 index)

Custom Attributes: 

Description: 

Exists

internal System.Boolean Exists(System.String sKey)

Custom Attributes: 

Description: 

IndexOf

internal System.Int32 IndexOf(System.Object obj)

Custom Attributes: 

Description: 

InsertAt

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

Custom Attributes: 

Description: 

Remove

internal void Remove(System.String sKey)

Custom Attributes: 

Description: 

Remove

internal void Remove(System.Object obj)

Custom Attributes: 

Description: 

Remove

internal void Remove(System.Int32 index)

Custom Attributes: 

Description: 


See Also

System.Array

System.Collections.Specialized.NameObjectCollectionBase

System.Object

System.Reflection.DefaultMemberAttribute

System.String

System.Collections.ICollection

System.Collections.IEnumerable

System.Runtime.Serialization.IDeserializationCallback

System.Runtime.Serialization.ISerializable

System.Boolean

System.Int32

System.Void