Partager via


INamedTypeSymbol.Construct Méthode

Définition

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

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

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>

Retours

S’applique à