TypeCache.TypeCollection.Contains
public bool Contains(Type item);
public bool Contains(object item);
Parameters
| item | The 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.