Share via


IMethodSymbol.Construct Método

Definición

Sobrecargas

Construct(ITypeSymbol[])

Devuelve un método construido según sus argumentos de tipo.

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

Devuelve un método construido según sus argumentos de tipo y las anotaciones que aceptan valores NULL del argumento de tipo.

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

Devuelve un método construido según sus argumentos de tipo.

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

Parámetros

typeArguments
ITypeSymbol[]

Argumentos de tipo inmediato que se van a reemplazar para los parámetros de tipo en el método .

Devoluciones

Se aplica a

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

Devuelve un método construido según sus argumentos de tipo y las anotaciones que aceptan valores NULL del argumento de tipo.

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

Parámetros

typeArguments
ImmutableArray<ITypeSymbol>
typeArgumentNullableAnnotations
ImmutableArray<NullableAnnotation>

Devoluciones

Se aplica a