KnownPropertyList.Contains

KnownPropertyList.Contains method

Determines whether the System.Collections.Generic.ICollection contains a specific value.

public bool Contains(PropertyDescriptor item)
ParameterTypeDescription
itemPropertyDescriptorThe object to locate in the System.Collections.Generic.ICollection.

Return Value

true if item is found in the System.Collections.Generic.ICollection; otherwise, false.

See Also