TypeCache.FieldInfoCollection.Contains

public bool Contains(FieldInfo 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 FieldInfoCollection.

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