GenericEditorToolBaseCollectionItemTypeContains Method |
Namespace: Kettic.AspNet.Controls.EditorAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual bool Contains(
ItemType item
)
Public Overridable Function Contains (
item As ItemType
) As Boolean
public:
virtual bool Contains(
ItemType item
)
abstract Contains :
item : 'ItemType -> bool
override Contains :
item : 'ItemType -> bool
Parameters
- item
- Type: ItemType
Return Value
Type:
BooleanSee Also