Property | Type | Description | |
---|---|---|---|
DeriveParameters | ImmutableArray |
Method | Description | |
---|---|---|
SynthesizedParameterSymbol ( |
Method | Description | |
---|---|---|
DeriveParameters ( |
For each parameter of a source method, construct a corresponding synthesized parameter for a destination method.
|
public SynthesizedParameterSymbol ( |
||
container | ||
type | TypeSymbol | |
ordinal | int | |
refKind | RefKind | |
name | string | |
customModifiers | ImmutableArray |
|
countOfCustomModifiersPrecedingByRef | ushort | |
explicitDefaultConstantValue | ConstantValue | |
return | Microsoft.CodeAnalysis |