TypeCache.MethodCollection.Contains
public bool Contains(MethodInfo 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 collection. Returns false otherwise.
Description 描述
Determines whether an element is in the MethodCollection.