Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
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:
internal NKeyObjectCollection() Custom Attributes: Description:
internal System.Object this[System.String sKey] {get;set;}
Custom Attributes:
Description:
internal System.Object this[System.Int32 index] {get;set;}
Custom Attributes:
Description:
internal void Add(System.Object obj, System.String sKey) Custom Attributes: Description:
internal void Clear() Custom Attributes: Description:
internal System.Boolean Contains(System.Object obj) Custom Attributes: Description:
internal void CopyTo(System.Array array, System.Int32 index) Custom Attributes: Description:
internal System.Boolean Exists(System.String sKey) Custom Attributes: Description:
internal System.Int32 IndexOf(System.Object obj) Custom Attributes: Description:
internal void InsertAt(System.Int32 index, System.Object obj, System.String sKey) Custom Attributes: Description:
internal void Remove(System.String sKey) Custom Attributes: Description:
internal void Remove(System.Object obj) Custom Attributes: Description:
internal void Remove(System.Int32 index) Custom Attributes: Description:
System.Collections.Specialized.NameObjectCollectionBase
System.Reflection.DefaultMemberAttribute
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.IDeserializationCallback