C# Class Pchp.CodeAnalysis.Symbols.SynthesizedDelegateSymbol.DelegateConstructor

Inheritance: SynthesizedInstanceConstructor
Mostra file Open project: iolevel/peachpie

Public Methods

Method Description
DelegateConstructor ( NamedTypeSymbol containingType, TypeSymbol objectType, TypeSymbol intPtrType ) : Microsoft.CodeAnalysis

Method Details

DelegateConstructor() public method

public DelegateConstructor ( NamedTypeSymbol containingType, TypeSymbol objectType, TypeSymbol intPtrType ) : Microsoft.CodeAnalysis
containingType NamedTypeSymbol
objectType TypeSymbol
intPtrType TypeSymbol
return Microsoft.CodeAnalysis