System.Reflection.Emit.GenericTypeParameterBuilder.GetMember Method

Not supported for incomplete generic type parameters.

Syntax

public override System.Reflection.MemberInfo[] GetMember (string name, System.Reflection.MemberTypes type, System.Reflection.BindingFlags bindingAttr)

Parameters

name
Not supported.
type
Not supported.
bindingAttr
Not supported.

Returns

Not supported for incomplete generic type parameters.

Remarks

This method is not supported for incomplete generic type parameters. Retrieve the type parameter from the completed generic type definition and then use reflection on the retrieved type.

Requirements

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