C# Class Pchp.CodeAnalysis.Emit.GenericMethodInstanceReference

Represents a reference to a generic method instantiation, closed over type parameters, e.g. MyNamespace.Class.Method{T}()
Inheritance: MethodReference, Microsoft.Cci.IGenericMethodInstanceReference
Show file Open project: iolevel/peachpie Class Usage Examples

Public Methods

Method Description
Dispatch ( Microsoft.Cci visitor ) : void
GenericMethodInstanceReference ( 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

GenericMethodInstanceReference() public method

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