INamedTypeSymbol.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 einen konstruierten Typ zurück, der seine Typargumente enthält. |
Construct(ImmutableArray<ITypeSymbol>, ImmutableArray<NullableAnnotation>) |
Gibt einen konstruierten Typ zurück, der seine Typargumente und argument nullable Anmerkungen enthält. |
Construct(ITypeSymbol[])
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
Gibt einen konstruierten Typ zurück, der seine Typargumente enthält.
public:
Microsoft::CodeAnalysis::INamedTypeSymbol ^ Construct(... cli::array <Microsoft::CodeAnalysis::ITypeSymbol ^> ^ typeArguments);
public Microsoft.CodeAnalysis.INamedTypeSymbol Construct (params Microsoft.CodeAnalysis.ITypeSymbol[] typeArguments);
abstract member Construct : Microsoft.CodeAnalysis.ITypeSymbol[] -> Microsoft.CodeAnalysis.INamedTypeSymbol
Public Function Construct (ParamArray typeArguments As ITypeSymbol()) As INamedTypeSymbol
Parameter
- typeArguments
- ITypeSymbol[]
Die unmittelbaren Typargumente, die für Typparameter im Typ ersetzt werden sollen.
Gibt zurück
Gilt für:
Construct(ImmutableArray<ITypeSymbol>, ImmutableArray<NullableAnnotation>)
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
- Source:
- INamedTypeSymbol.cs
Gibt einen konstruierten Typ zurück, der seine Typargumente und argument nullable Anmerkungen enthält.
public Microsoft.CodeAnalysis.INamedTypeSymbol 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.INamedTypeSymbol
Public Function Construct (typeArguments As ImmutableArray(Of ITypeSymbol), typeArgumentNullableAnnotations As ImmutableArray(Of NullableAnnotation)) As INamedTypeSymbol
Parameter
- typeArguments
- ImmutableArray<ITypeSymbol>
- typeArgumentNullableAnnotations
- ImmutableArray<NullableAnnotation>