TypeBrowserViewModel.HasGenericParameters Property
Gets a value indicating whether the currently selected type has generic parameters.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property HasGenericParameters As Boolean
public bool HasGenericParameters { get; }
public:
property bool HasGenericParameters {
bool get ();
}
public function get HasGenericParameters () : boolean
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace