Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / BaseKeyCollection Class
Members


BaseKeyCollection Class
Represents a base collection of key-and-value pairs. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
'Declaration
 
Public MustInherit Class BaseKeyCollection 
 
'Usage
 
Dim instance As BaseKeyCollection
Remarks
The BaseKeyCollection class implements the System.Collections.IEnumerable and System.Collections.ICollection interfaces.
Inheritance Hierarchy
See Also