PersistableObjectDictionary<T> Class Members
See Also  Properties Methods 
SourceCode.Framework Namespace : PersistableObjectDictionary<T> Class


Glossary Item Box

The following tables list the members exposed by PersistableObjectDictionary<T>.

Public Constructors

  Name Description
Public Constructor PersistableObjectDictionary<T> Constructor Overloaded.   
Top

Public Properties

  Name Description
Public Property Count (Inherited from System.Collections.DictionaryBase)
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet.  
Public Property Item  
Public Property Keys  
Public Property Values  
Top

Protected Properties

Public Methods

  Name Description
Public Method Add  
Public Method Clear (Inherited from System.Collections.DictionaryBase)
Public Method ContainsKey  
Public Method ContainsValue  
Public Method CopyTo (Inherited from System.Collections.DictionaryBase)
Public Method Dispose Overloaded.  Disposes this object  
Public Method GetEnumerator  
Public Method static (Shared in Visual Basic) GetInstanceHandler Overloaded.   
Public Method Remove  
Top

Protected Methods

See Also