Share via


ISharedFeature<T>.Remove(T) Method

Definition

Removes a feature instance from the shared collection.

public bool Remove (T feature);
abstract member Remove : 'T -> bool
Public Function Remove (feature As T) As Boolean

Parameters

feature
T

Feature to remove.

Returns

Whether the feature was removed or not.

Applies to