NeedleCollectionAdd Method
Adds a
Needle to the collection.
Namespace: BeeMobile.GaugeAssembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
public int Add(
Needle aValue
)
Public Function Add (
aValue As Needle
) As Integer
- aValue Needle
- Needle object to be added.
Int32The position into which the new element was inserted.