Compilation.CreateErrorTypeSymbol Method

Definition

Returns a new INamedTypeSymbol representing an error type with the given name and arity in the given optional container.

public:
 Microsoft::CodeAnalysis::INamedTypeSymbol ^ CreateErrorTypeSymbol(Microsoft::CodeAnalysis::INamespaceOrTypeSymbol ^ container, System::String ^ name, int arity);
public Microsoft.CodeAnalysis.INamedTypeSymbol CreateErrorTypeSymbol (Microsoft.CodeAnalysis.INamespaceOrTypeSymbol container, string name, int arity);
public Microsoft.CodeAnalysis.INamedTypeSymbol CreateErrorTypeSymbol (Microsoft.CodeAnalysis.INamespaceOrTypeSymbol? container, string name, int arity);
member this.CreateErrorTypeSymbol : Microsoft.CodeAnalysis.INamespaceOrTypeSymbol * string * int -> Microsoft.CodeAnalysis.INamedTypeSymbol
Public Function CreateErrorTypeSymbol (container As INamespaceOrTypeSymbol, name As String, arity As Integer) As INamedTypeSymbol

Parameters

name
String
arity
Int32

Returns

Applies to