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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答