Base class for collections of custom items.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public abstract class C1WebItemCollection : C1WebCollectionBase
Visual Basic (Declaration)
<DefaultMemberAttribute("Item")> _
Public MustInherit Class C1WebItemCollection _
	Inherits C1WebCollectionBase

Inheritance Hierarchy

See Also