System.Reflection.Emit.MethodBuilder.ContainsGenericParameters Property

Not supported for this type.

Syntax

public override bool ContainsGenericParameters { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A System.Reflection.Emit.MethodBuilder always represents a generic method definition, and thus cannot be invoked.

For more information, see System.Reflection.MethodInfo.IsGenericMethod and System.Reflection.MethodInfo.ContainsGenericParameters. For information on generic types, see Type.IsGenericType.

Requirements

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