Click or drag to resize

IComponentListTCreateComponent Method

IT Hit WebDAV Classes Reference
Creates new item that can be added to this list using [!:IList<T>.Add] method.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
T CreateComponent()

Return Value

Type: T
Object that can be added to this list.
See Also