MethodBase::IsGenericMethod Property
Gets a value indicating whether the method is generic.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue if the current MethodBase represents a generic method; otherwise, false.
Use the IsGenericMethod property to determine whether the current MethodBase object represents a generic method. Use the ContainsGenericParameters property to determine whether the current MethodBase object represents an open constructed method or a closed constructed method.
Note |
|---|
Generics are not supported by default; this property returns false if not overridden in a derived class. Generic constructors are not supported in the .NET Framework version 2.0, so this property returns false if the current instance is of type ConstructorInfo. |
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.
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
