A collection of CommandInfo instances, keyed by the ID of CommandSource.

Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public class CommandInfoCollection : KeyedCollection<string, CommandInfo>
Visual Basic (Declaration)
Public Class CommandInfoCollection _
	Inherits KeyedCollection(Of String, CommandInfo)
Visual C++
public ref class CommandInfoCollection : public KeyedCollection<String^, CommandInfo^>

Inheritance Hierarchy

See Also