C# Class Pchp.CodeAnalysis.Symbols.SynthesizedDelegateSymbol

Inheritance: SynthesizedContainer
Show file Open project: iolevel/peachpie Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetMembers ( ) : ImmutableArray
GetMembers ( string name ) : ImmutableArray
SynthesizedDelegateSymbol ( NamespaceOrTypeSymbol containingSymbol, string name, TypeSymbol objectType, TypeSymbol intPtrType, TypeSymbol voidReturnTypeOpt, int parameterCount, BitVector byRefParameters ) : Microsoft.CodeAnalysis

Method Details

GetMembers() public method

public GetMembers ( ) : ImmutableArray
return ImmutableArray

GetMembers() public method

public GetMembers ( string name ) : ImmutableArray
name string
return ImmutableArray

SynthesizedDelegateSymbol() public method

public SynthesizedDelegateSymbol ( NamespaceOrTypeSymbol containingSymbol, string name, TypeSymbol objectType, TypeSymbol intPtrType, TypeSymbol voidReturnTypeOpt, int parameterCount, BitVector byRefParameters ) : Microsoft.CodeAnalysis
containingSymbol NamespaceOrTypeSymbol
name string
objectType TypeSymbol
intPtrType TypeSymbol
voidReturnTypeOpt TypeSymbol
parameterCount int
byRefParameters BitVector
return Microsoft.CodeAnalysis