ConstructorInfoWrapper.IsGenericMethodDefinition Property

Definition

Determines whether this is a generic method definition.

public:
 virtual property bool IsGenericMethodDefinition { bool get(); };
public:
 virtual property bool IsGenericMethodDefinition { bool get(); };
public override bool IsGenericMethodDefinition { get; }
member this.IsGenericMethodDefinition : bool
Public Overrides ReadOnly Property IsGenericMethodDefinition As Boolean

Property Value

true if this is a generic method definition.

Applies to