TargetObjectCollection.Add Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TargetObjectCollection.Add Method

BR.AN.PviServices .NET


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

);

Parameters

itemToAdd

Item to add.

Implements

ICollection<TargetObjectBase>.Add

See Also

TargetObjectCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]