C# Class Pchp.CodeAnalysis.Symbols.SynthesizedDelegateSymbol

Inheritance: SynthesizedContainer
Afficher le fichier Open project: iolevel/peachpie Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public GetMembers ( ) : ImmutableArray
Résultat ImmutableArray

GetMembers() public méthode

public GetMembers ( string name ) : ImmutableArray
name string
Résultat ImmutableArray

SynthesizedDelegateSymbol() public méthode

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
Résultat Microsoft.CodeAnalysis