[Gregor.Core.Collections.NWeakReferenceCollectionBase]

Gregor.Core.Collections.NWeakReferenceCollectionBase

Saturday, September 15, 2007

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

Details

public abstract class Gregor.Core.Collections.NWeakReferenceCollectionBase

: System.Object, System.Collections.ICollection, System.Collections.IEnumerable

Custom Attributes: Gregor.Core.Description(Text=...)

Description: Base class for strongly typed, keyed collections using weak references.


Members

NWeakReferenceCollectionBase

protected NWeakReferenceCollectionBase()

Custom Attributes: 

Description: 

m_Entries

private Gregor.Core.Collections.NObjectCollection m_Entries

Custom Attributes: 

Description: 

Count

public System.Int32 Count {get;} // System.Collections.ICollection.Count

Custom Attributes: 

Description: 

IsSynchronized

public System.Boolean IsSynchronized {get;} // System.Collections.ICollection.IsSynchronized

Custom Attributes: 

Description: 

SyncRoot

public System.Object SyncRoot {get;} // System.Collections.ICollection.SyncRoot

Custom Attributes: 

Description: 

BaseAdd

protected void BaseAdd(System.Object obj, System.String sKey)

Custom Attributes: 

Description: 

BaseGet

protected System.Object BaseGet(System.Int32 index)

Custom Attributes: 

Description: 

BaseGet

protected System.Object BaseGet(System.String sKey)

Custom Attributes: 

Description: 

BaseRemove

protected void BaseRemove(System.String sKey)

Custom Attributes: 

Description: 

CopyTo

public void CopyTo(System.Array array, System.Int32 index) // System.Collections.ICollection.CopyTo

Custom Attributes: 

Description: 

CreateObject

protected abstract System.Object CreateObject(System.String sKey)

Custom Attributes: 

Description: 

GetEnumerator

public System.Collections.IEnumerator GetEnumerator() // System.Collections.IEnumerable.GetEnumerator

Custom Attributes: 

Description: 

GetObject

private System.Object GetObject(Gregor.Core.Collections.NWeakReferenceCollectionBase.CKeyedWeakReference rf)

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.NObjectCollection

Gregor.Core.Collections.NWeakReferenceCollectionBase.CKeyedWeakReference

Gregor.Core.DescriptionAttribute

System.Array

System.Object

System.String

System.Collections.ICollection

System.Collections.IEnumerable

System.Collections.IEnumerator

System.Boolean

System.Int32

System.Void