Click or drag to resize
ExpiringListTFindCollectionItem Method
Finds the collection item for the item passed across.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected ExpiringCollectionTItemCollectionItem<T> FindCollectionItem(
	T item
)

Parameters

item
Type: T

Return Value

Type: ExpiringCollectionTItemCollectionItemT
Remarks
This must be called from within a lock.
See Also