Partager via


IMethodSymbol.Construct Méthode

Définition

Surcharges

Construct(ITypeSymbol[])

Retourne une méthode construite en fonction de ses arguments de type.

Construct(ImmutableArray<ITypeSymbol>, ImmutableArray<NullableAnnotation>)

Retourne une méthode construite en fonction de ses arguments de type et des annotations nullables d’argument de type.

Construct(ITypeSymbol[])

Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs

Retourne une méthode construite en fonction de ses arguments de type.

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

Paramètres

typeArguments
ITypeSymbol[]

Arguments de type immédiat à remplacer pour les paramètres de type dans la méthode.

Retours

S’applique à

Construct(ImmutableArray<ITypeSymbol>, ImmutableArray<NullableAnnotation>)

Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs
Source:
IMethodSymbol.cs

Retourne une méthode construite en fonction de ses arguments de type et des annotations nullables d’argument de type.

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

Paramètres

typeArguments
ImmutableArray<ITypeSymbol>
typeArgumentNullableAnnotations
ImmutableArray<NullableAnnotation>

Retours

S’applique à