Compilation.CommonCreateErrorTypeSymbol Method

Definition

protected:
 abstract Microsoft::CodeAnalysis::INamedTypeSymbol ^ CommonCreateErrorTypeSymbol(Microsoft::CodeAnalysis::INamespaceOrTypeSymbol ^ container, System::String ^ name, int arity);
protected abstract Microsoft.CodeAnalysis.INamedTypeSymbol CommonCreateErrorTypeSymbol (Microsoft.CodeAnalysis.INamespaceOrTypeSymbol container, string name, int arity);
protected abstract Microsoft.CodeAnalysis.INamedTypeSymbol CommonCreateErrorTypeSymbol (Microsoft.CodeAnalysis.INamespaceOrTypeSymbol? container, string name, int arity);
abstract member CommonCreateErrorTypeSymbol : Microsoft.CodeAnalysis.INamespaceOrTypeSymbol * string * int -> Microsoft.CodeAnalysis.INamedTypeSymbol
Protected MustOverride Function CommonCreateErrorTypeSymbol (container As INamespaceOrTypeSymbol, name As String, arity As Integer) As INamedTypeSymbol

Parameters

name
String
arity
Int32

Returns

Applies to