DotNetNuke 5.2

Namespace:  DotNetNuke.ComponentModel
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
public class ComponentTypeCollection : KeyedCollection<Type, ComponentType>
Visual Basic (Declaration)
Public Class ComponentTypeCollection _
	Inherits KeyedCollection(Of Type, ComponentType)
Visual C++
public ref class ComponentTypeCollection : public KeyedCollection<Type^, ComponentType^>

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(ComponentType>)>)
    System.Collections.ObjectModel..::.KeyedCollection<(Of <(Type, ComponentType>)>)
      DotNetNuke.ComponentModel..::.ComponentTypeCollection

See Also