MethodBuilder::ContainsGenericParameters Property
.NET Framework (current version)
Not supported for this type.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | The invoked method is not supported in the base class. |
A MethodBuilder always represents a generic method definition, and thus cannot be invoked.
For more information, see MethodInfo::IsGenericMethod and MethodInfo::ContainsGenericParameters. For information on generic types, see Type::IsGenericType.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Available since 2.0
Silverlight
Available since 2.0
Show: