Share via


GenericTypeParameter Class

Represents a generic type parameter in a generic type.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class GenericTypeParameter _
    Inherits Property
public class GenericTypeParameter : Property
public ref class GenericTypeParameter : public Property
public class GenericTypeParameter extends Property

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ViewModel
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Property
      Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.GenericTypeParameter

See Also

GenericTypeParameter Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace