C# Класс Pchp.CodeAnalysis.Symbols.SynthesizedParameterSymbol

Represents a simple compiler generated parameter of a given type.
Наследование: ParameterSymbol
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
DeriveParameters ImmutableArray

Открытые методы

Метод Описание
SynthesizedParameterSymbol ( MethodSymbol container, TypeSymbol type, int ordinal, RefKind refKind, string name = "", ImmutableArray customModifiers = default(ImmutableArray<CustomModifier>), ushort countOfCustomModifiersPrecedingByRef, ConstantValue explicitDefaultConstantValue = null ) : Microsoft.CodeAnalysis

Приватные методы

Метод Описание
DeriveParameters ( MethodSymbol sourceMethod, MethodSymbol destinationMethod ) : ImmutableArray

For each parameter of a source method, construct a corresponding synthesized parameter for a destination method.

Описание методов

SynthesizedParameterSymbol() публичный Метод

public SynthesizedParameterSymbol ( MethodSymbol container, TypeSymbol type, int ordinal, RefKind refKind, string name = "", ImmutableArray customModifiers = default(ImmutableArray<CustomModifier>), ushort countOfCustomModifiersPrecedingByRef, ConstantValue explicitDefaultConstantValue = null ) : Microsoft.CodeAnalysis
container MethodSymbol
type TypeSymbol
ordinal int
refKind RefKind
name string
customModifiers ImmutableArray
countOfCustomModifiersPrecedingByRef ushort
explicitDefaultConstantValue ConstantValue
Результат Microsoft.CodeAnalysis