INamedTypeSymbol.Construct Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Construct(ITypeSymbol[]) |
Retourne un type construit en fonction de ses arguments de type. |
Construct(ImmutableArray<ITypeSymbol>, ImmutableArray<NullableAnnotation>) |
Retourne un type construit en fonction de ses arguments de type et des annotations nullables d’argument de type. |
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
- Source:
- INamedTypeSymbol.cs
Retourne un type construit en fonction de ses arguments de type.
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
Paramètres
- typeArguments
- ITypeSymbol[]
Arguments de type immédiats à remplacer pour les paramètres de type dans le type.
Retours
S’applique à
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
- Source:
- INamedTypeSymbol.cs
Retourne un type construit en fonction de ses arguments de type et des annotations nullables d’argument de type.
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
Paramètres
- typeArguments
- ImmutableArray<ITypeSymbol>
- typeArgumentNullableAnnotations
- ImmutableArray<NullableAnnotation>