C# Class Pchp.CodeAnalysis.Symbols.SynthesizedSubstitutedTypeParameterSymbol

A type parameter for a synthesized class or method.
Inheritance: SubstitutedTypeParameterSymbol
Datei anzeigen Open project: iolevel/peachpie

Public Methods

Method Description
SynthesizedSubstitutedTypeParameterSymbol ( Symbol owner, TypeMap map, TypeParameterSymbol substitutedFrom )

Method Details

SynthesizedSubstitutedTypeParameterSymbol() public method

public SynthesizedSubstitutedTypeParameterSymbol ( Symbol owner, TypeMap map, TypeParameterSymbol substitutedFrom )
owner Symbol
map TypeMap
substitutedFrom TypeParameterSymbol