ConstructorInfoWrapper::IsGenericMethodDefinition Property

 

Determines whether this is a generic method definition.

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

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

Property Value

Type: System::Boolean

true if this is a generic method definition.

Return to top
Show: