<< Click to Display Table of Contents >> Navigation: »No topics above this level« TargetObjectCollection.Add Method |
Add a new item to the collection.
[Visual Basic]
Public NotOverridable Sub Add( _
ByVal itemToAdd As TargetObjectBase _
) _
Implements ICollection<TargetObjectBase>.Add
[C#]
public void Add(
TargetObjectBase itemToAdd
);
itemToAdd
Item to add.
ICollection<TargetObjectBase>.Add
TargetObjectCollection Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]