GenericEditorToolBaseCollectionItemType Class |
Inheritance Hierarchy
Namespace: Kettic.AspNet.Controls.EditorAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic abstract class GenericEditorToolBaseCollection<ItemType> : StateManagedCollection
where ItemType : Object
Public MustInherit Class GenericEditorToolBaseCollection(Of ItemType As Object)
Inherits StateManagedCollection
generic<typename ItemType>
where ItemType : Object
public ref class GenericEditorToolBaseCollection abstract : public StateManagedCollection
[<AbstractClassAttribute>]
type GenericEditorToolBaseCollection<'ItemType when 'ItemType : Object> =
class
inherit StateManagedCollection
end
Type Parameters
- ItemType
The GenericEditorToolBaseCollectionItemType type exposes the following members.
Methods
Properties
| Name | Description |
---|
 | Item |
Gets or sets the tool at the specified index.
|
Top
See Also