Method | Description | |
---|---|---|
TryBinaryOperation ( |
Provides the implementation of performing AddAssign and SubtractAssign binary operations.
|
Method | Description | |
---|---|---|
BoundDispEvent ( object rcw, System.Guid sourceIid, int dispid ) : System.Linq.Expressions | ||
InPlaceAdd ( object handler ) : object |
Adds a handler to an event.
|
|
InPlaceSubtract ( object handler ) : object |
Removes handler from the event.
|
|
VerifyHandler ( object handler ) : void |
public TryBinaryOperation ( |
||
binder | The binder provided by the call site. | |
handler | object | The handler for the operation. |
result | object | The result of the operation. |
return | bool |