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

Parámetros

itemThe object to locate in the collection.

Valor de retorno

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

Descripción

Determines whether an element is in the TypeCollection.