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
Afficher le fichier Open project: iolevel/peachpie Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispatch ( Microsoft.Cci visitor ) : void
SpecializedMethodReference ( MethodSymbol underlyingMethod ) : Microsoft.CodeAnalysis.Text

Method Details

Dispatch() public méthode

public Dispatch ( Microsoft.Cci visitor ) : void
visitor Microsoft.Cci
Résultat void

SpecializedMethodReference() public méthode

public SpecializedMethodReference ( MethodSymbol underlyingMethod ) : Microsoft.CodeAnalysis.Text
underlyingMethod Pchp.CodeAnalysis.Symbols.MethodSymbol
Résultat Microsoft.CodeAnalysis.Text