C# 클래스 Pchp.CodeAnalysis.Symbols.SynthesizedParameterSymbol

Represents a simple compiler generated parameter of a given type.
상속: ParameterSymbol
파일 보기 프로젝트 열기: iolevel/peachpie 1 사용 예제들

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