C# Class Pchp.CodeAnalysis.Emit.SpecializedMethodReference

Represents a method of a generic type instantiation. e.g. A{int}.M() A.B{int}.C.M()
Inheritance: MethodReference, Microsoft.Cci.ISpecializedMethodReference
Mostrar archivo Open project: iolevel/peachpie Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Dispatch ( Microsoft.Cci visitor ) : void
SpecializedMethodReference ( MethodSymbol underlyingMethod ) : Microsoft.CodeAnalysis.Text

Method Details

Dispatch() public method

public Dispatch ( Microsoft.Cci visitor ) : void
visitor Microsoft.Cci
return void

SpecializedMethodReference() public method

public SpecializedMethodReference ( MethodSymbol underlyingMethod ) : Microsoft.CodeAnalysis.Text
underlyingMethod Pchp.CodeAnalysis.Symbols.MethodSymbol
return Microsoft.CodeAnalysis.Text