Version: 2022.3
言語: 日本語
public bool Contains (Type item);
public bool Contains (object item);

パラメーター

item The object to locate in the collection.

戻り値

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

説明

Determines whether an element is in the TypeCollection.