ConstructorInfoWrapper.IsGenericMethodDefinition Property

This member overrides MethodBase.IsGenericMethodDefinition.

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

Syntax

‘선언
Public Overrides ReadOnly Property IsGenericMethodDefinition As Boolean
    Get
‘사용 방법
Dim instance As ConstructorInfoWrapper
Dim value As Boolean

value = instance.IsGenericMethodDefinition
public override bool IsGenericMethodDefinition { get; }
public:
virtual property bool IsGenericMethodDefinition {
    bool get () override;
}
abstract IsGenericMethodDefinition : bool
override IsGenericMethodDefinition : bool
override function get IsGenericMethodDefinition () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

ConstructorInfoWrapper Members

Microsoft.VisualStudio.Shell.Design Namespace