MethodBuilder::GetGenericMethodDefinition Method ()
.NET Framework (current version)
Returns this method.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The current method is not generic. That is, the IsGenericMethod property returns false. |
A MethodBuilder cannot be used to emit a constructed generic method directly. The emitted method is a generic method definition.
For more information, see MethodInfo::IsGenericMethod and MethodInfo::GetGenericMethodDefinition. 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: