Version: 2020.3
public bool Contains (Type item);
public bool Contains (object item);

参数

item 要在集合中定位的对象。

返回

bool 如果在 TypeCollection 中找到此项,则返回 true。否则返回 false

描述

确定某个元素是否在 TypeCollection 中。