IMethodSymbol.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 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>