Compilation.CommonCreateBuiltinOperator Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CommonCreateBuiltinOperator(String, ITypeSymbol, ITypeSymbol) | |
CommonCreateBuiltinOperator(String, ITypeSymbol, ITypeSymbol, ITypeSymbol) |
CommonCreateBuiltinOperator(String, ITypeSymbol, ITypeSymbol)
- Quelle:
- Compilation.cs
- Quelle:
- Compilation.cs
- Quelle:
- Compilation.cs
- Quelle:
- Compilation.cs
- Quelle:
- Compilation.cs
- Quelle:
- Compilation.cs
- Quelle:
- Compilation.cs
protected abstract Microsoft.CodeAnalysis.IMethodSymbol CommonCreateBuiltinOperator (string name, Microsoft.CodeAnalysis.ITypeSymbol returnType, Microsoft.CodeAnalysis.ITypeSymbol operandType);
abstract member CommonCreateBuiltinOperator : string * Microsoft.CodeAnalysis.ITypeSymbol * Microsoft.CodeAnalysis.ITypeSymbol -> Microsoft.CodeAnalysis.IMethodSymbol
Protected MustOverride Function CommonCreateBuiltinOperator (name As String, returnType As ITypeSymbol, operandType As ITypeSymbol) As IMethodSymbol
Parameter
- name
- String
- returnType
- ITypeSymbol
- operandType
- ITypeSymbol
Gibt zurück
Gilt für:
CommonCreateBuiltinOperator(String, ITypeSymbol, ITypeSymbol, ITypeSymbol)
- Quelle:
- Compilation.cs
- Quelle:
- Compilation.cs
- Quelle:
- Compilation.cs
- Quelle:
- Compilation.cs
- Quelle:
- Compilation.cs
- Quelle:
- Compilation.cs
- Quelle:
- Compilation.cs
protected abstract Microsoft.CodeAnalysis.IMethodSymbol CommonCreateBuiltinOperator (string name, Microsoft.CodeAnalysis.ITypeSymbol returnType, Microsoft.CodeAnalysis.ITypeSymbol leftType, Microsoft.CodeAnalysis.ITypeSymbol rightType);
abstract member CommonCreateBuiltinOperator : string * Microsoft.CodeAnalysis.ITypeSymbol * Microsoft.CodeAnalysis.ITypeSymbol * Microsoft.CodeAnalysis.ITypeSymbol -> Microsoft.CodeAnalysis.IMethodSymbol
Protected MustOverride Function CommonCreateBuiltinOperator (name As String, returnType As ITypeSymbol, leftType As ITypeSymbol, rightType As ITypeSymbol) As IMethodSymbol
Parameter
- name
- String
- returnType
- ITypeSymbol
- leftType
- ITypeSymbol
- rightType
- ITypeSymbol
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.