C# Class IronPython.Runtime.Types.ReflectedEvent.BoundEvent

Mostra file Open project: jschementi/iron

Public Methods

Method Description
BoundEvent ( ReflectedEvent reflectedEvent, object instance, IronPython.Runtime.Types.PythonType ownerType ) : System

Private Methods

Method Description
InPlaceAdd ( CodeContext context, object func ) : object
InPlaceSubtract ( CodeContext context, object func ) : object
op_AdditionAssignment ( CodeContext context, object func ) : object

Method Details

BoundEvent() public method

public BoundEvent ( ReflectedEvent reflectedEvent, object instance, IronPython.Runtime.Types.PythonType ownerType ) : System
reflectedEvent ReflectedEvent
instance object
ownerType IronPython.Runtime.Types.PythonType
return System