C# Class Pchp.CodeAnalysis.Emit.SpecializedGenericMethodInstanceReference

Represents a generic method of a generic type instantiation, closed over type parameters. e.g. A{T}.M{S}() A.B{T}.C.M{S}()
Inheritance: SpecializedMethodReference, Microsoft.Cci.IGenericMethodInstanceReference
Datei anzeigen Open project: iolevel/peachpie Class Usage Examples

Public Methods

Method Description
Dispatch ( Microsoft.Cci visitor ) : void
SpecializedGenericMethodInstanceReference ( MethodSymbol underlyingMethod ) : System.Collections.Generic

Private Methods

Method Description
Cci ( Microsoft.CodeAnalysis.Emit.EmitContext context ) : IEnumerable
Cci ( Microsoft.CodeAnalysis.Emit.EmitContext context ) : Microsoft.Cci.IMethodReference

Method Details

Dispatch() public method

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

SpecializedGenericMethodInstanceReference() public method

public SpecializedGenericMethodInstanceReference ( MethodSymbol underlyingMethod ) : System.Collections.Generic
underlyingMethod Pchp.CodeAnalysis.Symbols.MethodSymbol
return System.Collections.Generic