NeedleCollectionRemove Method

Removes a particular Needle object from the collection.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
C#
public virtual void Remove(
	Needle aNeedle
)

Parameters

aNeedle  Needle
A Needle object to remove.

See Also