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.