GenericTypeParameterBuilder.ContainsGenericParameters Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets true in all cases.

Namespace:  System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ContainsGenericParameters As Boolean
public override bool ContainsGenericParameters { get; }

Property Value

Type: System.Boolean
true in all cases.

Remarks

A GenericTypeParameterBuilder object always represents a generic type parameter. The value of the ContainsGenericParameters property reflects that fact and does not imply anything about any generic type argument that might be assigned to the type parameter.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.