System.Reflection.Emit.MethodBuilder.IsGenericMethod Property

Gets a value indicating whether the method is a generic method.

Syntax

public override bool IsGenericMethod { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A method is generic if it has type parameters. You can make a method generic by calling the MethodBuilder.DefineGenericParameters(String[]) method to add type parameters. This change cannot be reversed.

Requirements

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