MethodInfo.IsGenericMethod Property

Definition

Gets a value indicating whether the current method is a generic method.

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

Property Value

true if the current method is a generic method; otherwise, false.

Applies to