GenericTypeParameter.TypeParameter Property
Gets the represented type parameter.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Property TypeParameter As Type
public Type TypeParameter { get; private set; }
public:
property Type^ TypeParameter {
Type^ get ();
void set (Type^ value);
}
public function get TypeParameter () : Type
public function set TypeParameter (value : Type)
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace