Compilation.CommonCreateErrorTypeSymbol Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- container
- INamespaceOrTypeSymbol
- name
- String
- arity
- Int32