System.Reflection.Emit.MethodBuilder.IsGenericMethodDefinition Property

Gets a value indicating whether the current System.Reflection.Emit.MethodBuilder object represents the definition of a generic method.

Syntax

public override bool IsGenericMethodDefinition { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A System.Reflection.Emit.MethodBuilder can only be used to create generic method definitions; it cannot be used to create a constructed generic method directly. However, a subclass of System.Reflection.Emit.MethodBuilder might represent a constructed generic method.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0