PocketPlanner Programmer's Guide

ContactCollection.Add Method

See Also

Adds the specified contact to this collection.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void Add (
    Contact contact
)

Visual Basic

Public Sub Add ( _
    contact As Contact _
)

 Parameters

contact
An instance of the Contact class to be added to the collection.

 See Also