MethodInfo.IsGenericMethod Property

Definition

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

C#
public override bool IsGenericMethod { get; }

Property Value

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

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5