GenericTypeParameterBuilder.ContainsGenericParameters Property

Definition

Gets true in all cases.

public:
 virtual property bool ContainsGenericParameters { bool get(); };
public override bool ContainsGenericParameters { get; }
member this.ContainsGenericParameters : bool
Public Overrides ReadOnly Property ContainsGenericParameters As Boolean

Property Value

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.

Applies to