dotnetCHARTING Send comments on this topic.
ListCollection Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : ListCollection Class


The following tables list the members exposed by ListCollection.

Public Constructors

 NameDescription
Public ConstructorListCollection ConstructorCreates an instance of the ListCollection object.  
Top

Public Properties

 NameDescription
Public PropertyCountGets the number of key/value pairs contained in the ListDictionary. (Inherited from System.Collections.Specialized.ListDictionary)
Public PropertyIsFixedSizeGets a value indicating whether the ListDictionary has a fixed size. (Inherited from System.Collections.Specialized.ListDictionary)
Public PropertyIsReadOnlyGets a value indicating whether the ListDictionary is read-only. (Inherited from System.Collections.Specialized.ListDictionary)
Public PropertyIsSynchronizedGets a value indicating whether the ListDictionary is synchronized (thread safe). (Inherited from System.Collections.Specialized.ListDictionary)
Public PropertyItemGets or sets the value associated with the specified key. (Inherited from System.Collections.Specialized.ListDictionary)
Public PropertyKeysGets an ICollection containing the keys in the ListDictionary. (Inherited from System.Collections.Specialized.ListDictionary)
Public PropertySyncRootGets an object that can be used to synchronize access to the ListDictionary. (Inherited from System.Collections.Specialized.ListDictionary)
Public PropertyValuesGets an ICollection containing the values in the ListDictionary. (Inherited from System.Collections.Specialized.ListDictionary)
Top

Public Methods

 NameDescription
Public MethodAddOverloaded. Adds a single or multiple items using a string.  
Public MethodClearRemoves all entries from the ListDictionary. (Inherited from System.Collections.Specialized.ListDictionary)
Public MethodContainsDetermines whether the ListDictionary contains a specific key. (Inherited from System.Collections.Specialized.ListDictionary)
Public MethodCopyToCopies the ListDictionary entries to a one-dimensional Array instance at the specified index. (Inherited from System.Collections.Specialized.ListDictionary)
Public Methodstatic (Shared in Visual Basic)FromDictionaryCreates a ListCollection object from a ListDictionary.  
Public MethodGetEnumeratorReturns an IDictionaryEnumerator that iterates through the ListDictionary. (Inherited from System.Collections.Specialized.ListDictionary)
Public MethodRemoveRemoves the entry with the specified key from the ListDictionary. (Inherited from System.Collections.Specialized.ListDictionary)
Public MethodToStringOverridden.   
Top

Public Operators

Public Operator Implicit Type Conversion Overloaded.  
Top

See Also

© 2008 All Rights Reserved.