ConstructorInfoWrapper::ContainsGenericParameters Property

 

Determines whether this method has generic parameters.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
property bool ContainsGenericParameters {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the method has generic parameters, otherwise false.

Return to top
Show: