Click or drag to resize
DigitalRuneReadOnlyWeakCollectionTContains Method

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public bool Contains(
	T item
)

Parameters

item
Type: T
The object to locate in the ReadOnlyWeakCollectionT.

Return Value

Type: Boolean
if the collection contains a specific value; if it does not.

Implements

ICollectionTContains(T)
See Also