Adds an element to this collection.

[VBScript]
Public Sub Add( _
   ByVal topic As Topic _
)
[JScript]
public function Add(
   topic : Topic
);

Parameters

topic
The Topic to add to this collection.

See Also

TopicCollection Object | TopicCollection Members | HelpProducer Namespace