C# 클래스 Pchp.CodeAnalysis.Symbols.SynthesizedDelegateSymbol

상속: SynthesizedContainer
파일 보기 프로젝트 열기: iolevel/peachpie 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetMembers ( ) : ImmutableArray
GetMembers ( string name ) : ImmutableArray
SynthesizedDelegateSymbol ( NamespaceOrTypeSymbol containingSymbol, string name, TypeSymbol objectType, TypeSymbol intPtrType, TypeSymbol voidReturnTypeOpt, int parameterCount, BitVector byRefParameters ) : Microsoft.CodeAnalysis

메소드 상세

GetMembers() 공개 메소드

public GetMembers ( ) : ImmutableArray
리턴 ImmutableArray

GetMembers() 공개 메소드

public GetMembers ( string name ) : ImmutableArray
name string
리턴 ImmutableArray

SynthesizedDelegateSymbol() 공개 메소드

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
리턴 Microsoft.CodeAnalysis