C# 클래스 IronPython.Runtime.Operations.DelegateOps

파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
Call ( CodeContext context, Delegate @delegate ) : object
Call ( CodeContext context, Delegate @delegate, object>.[ dict ) : object
InPlaceAdd ( Delegate self, Delegate other ) : Delegate
InPlaceSubtract ( Delegate self, Delegate other ) : Delegate

비공개 메소드들

메소드 설명
__new__ ( CodeContext context, IronPython.Runtime.Types.PythonType type, object function ) : object

메소드 상세

Call() 공개 정적인 메소드

public static Call ( CodeContext context, Delegate @delegate ) : object
context CodeContext
@delegate System.Delegate
리턴 object

Call() 공개 정적인 메소드

public static Call ( CodeContext context, Delegate @delegate, object>.[ dict ) : object
context CodeContext
@delegate System.Delegate
dict object>.[
리턴 object

InPlaceAdd() 공개 정적인 메소드

public static InPlaceAdd ( Delegate self, Delegate other ) : Delegate
self System.Delegate
other System.Delegate
리턴 System.Delegate

InPlaceSubtract() 공개 정적인 메소드

public static InPlaceSubtract ( Delegate self, Delegate other ) : Delegate
self System.Delegate
other System.Delegate
리턴 System.Delegate