MetadataObjectCollection<T,P>.Remove(T) Method

Definition

Remove by Type.

public bool Remove (T metadataObject);
member this.Remove : 'T -> bool
Public Function Remove (metadataObject As T) As Boolean

Parameters

metadataObject
T

Returns

True if object was found and removed from collection, False if it wasn't found in the collection.

Implements

Applies to