Gets a value that indicates whether the current object is a generic method.
true if the current object is a generic method; otherwise false.
The default behavior, when not overridden in a derived class, is to return false. In other words, by default, derived classes do not support generics.
Use this property to determine whether the current System.Reflection.MethodBase object represents a generic method. Use the MethodBase.ContainsGenericParameters property to determine whether the current System.Reflection.MethodBase object represents an open constructed method or a closed constructed method.
For a list of the invariant conditions for terms specific to generic methods, see the MethodInfo.IsGenericMethod property. For a list of the invariant conditions for other terms used in generic reflection, see the Type.IsGenericType property.
Operation
This property is read-only.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0