Remove Method

Glimpse API

ReflectionDiscoverableCollection T  Remove Method Glimpse API Documentation
Removes the specified item.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public bool Remove(
	T item
)
public bool Remove(
	T item
)

Parameters

item
Type: T
The item.

Return Value

true is the item was removed.

Implements

OnlineICollection T  Remove(T)
See Also