Click or drag to resize
ChartingStateManagedCollectionTContains Method
Checks does collection contain the given item

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual bool Contains(
	T item
)

Parameters

item
Type: T
Item to check

Return Value

Type: Boolean
True if item is a collection member

Implements

ICollectionTContains(T)
See Also