IMethodSymbol.Construct 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
Construct(ITypeSymbol[]) |
Gibt eine konstruierte Methode zurück, die den Typargumenten zugeordnet ist. |
Construct(ImmutableArray<ITypeSymbol>, ImmutableArray<NullableAnnotation>) |
Gibt eine erstellte Methode mit ihren Typargumenten und Typargumenten nullable Anmerkungen zurück. |
Construct(ITypeSymbol[])
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
Gibt eine konstruierte Methode zurück, die den Typargumenten zugeordnet ist.
public:
Microsoft::CodeAnalysis::IMethodSymbol ^ Construct(... cli::array <Microsoft::CodeAnalysis::ITypeSymbol ^> ^ typeArguments);
public Microsoft.CodeAnalysis.IMethodSymbol Construct (params Microsoft.CodeAnalysis.ITypeSymbol[] typeArguments);
abstract member Construct : Microsoft.CodeAnalysis.ITypeSymbol[] -> Microsoft.CodeAnalysis.IMethodSymbol
Public Function Construct (ParamArray typeArguments As ITypeSymbol()) As IMethodSymbol
Parameter
- typeArguments
- ITypeSymbol[]
Die unmittelbaren Typargumente, die für Typparameter in der Methode ersetzt werden sollen.
Gibt zurück
Gilt für:
Construct(ImmutableArray<ITypeSymbol>, ImmutableArray<NullableAnnotation>)
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
- Quelle:
- IMethodSymbol.cs
Gibt eine erstellte Methode mit ihren Typargumenten und Typargumenten nullable Anmerkungen zurück.
public Microsoft.CodeAnalysis.IMethodSymbol Construct (System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ITypeSymbol> typeArguments, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.NullableAnnotation> typeArgumentNullableAnnotations);
abstract member Construct : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ITypeSymbol> * System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.NullableAnnotation> -> Microsoft.CodeAnalysis.IMethodSymbol
Public Function Construct (typeArguments As ImmutableArray(Of ITypeSymbol), typeArgumentNullableAnnotations As ImmutableArray(Of NullableAnnotation)) As IMethodSymbol
Parameter
- typeArguments
- ImmutableArray<ITypeSymbol>
- typeArgumentNullableAnnotations
- ImmutableArray<NullableAnnotation>