INamedTypeSymbol.ConstructUnboundGenericType Method

Definition

Returns an unbound generic type of this named type.

public:
 Microsoft::CodeAnalysis::INamedTypeSymbol ^ ConstructUnboundGenericType();
public Microsoft.CodeAnalysis.INamedTypeSymbol ConstructUnboundGenericType ();
abstract member ConstructUnboundGenericType : unit -> Microsoft.CodeAnalysis.INamedTypeSymbol
Public Function ConstructUnboundGenericType () As INamedTypeSymbol

Returns

Applies to