public bool Contains (Type item);
public bool Contains (object item);

Parameters

itemThe object to locate in the collection.

Returns

bool Returns true if the item is found in the TypeCollection. Returnsfalse otherwise.

Description

Determines whether an element is in the TypeCollection.