Share via


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)

Syntax

'Declaration
Public Overrides ReadOnly Property IsGenericMethodDefinition As Boolean
public override bool IsGenericMethodDefinition { get; }
public:
virtual property bool IsGenericMethodDefinition {
    bool get () override;
}
abstract IsGenericMethodDefinition : bool with get 
override IsGenericMethodDefinition : bool with get
override function get IsGenericMethodDefinition () : boolean

Property Value

Type: Boolean
true if this is a generic method definition.

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

Microsoft.VisualStudio.Shell.Design Namespace