TypeBrowserViewModel.GenericTypeParameters Property
Gets the collection of generic type parameters associated to the currently selected 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 Property GenericTypeParameters As ObservableCollection(Of GenericTypeParameter)
public ObservableCollection<GenericTypeParameter> GenericTypeParameters { get; private set; }
public:
property ObservableCollection<GenericTypeParameter^>^ GenericTypeParameters {
ObservableCollection<GenericTypeParameter^>^ get ();
void set (ObservableCollection<GenericTypeParameter^>^ value);
}
public function get GenericTypeParameters () : ObservableCollection<GenericTypeParameter>
public function set GenericTypeParameters (value : ObservableCollection<GenericTypeParameter>)
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace