- Namespace
- OpenTl
.ClientApi .Services .Interfaces - Interfaces
-
- ICloneable
- ISerializable
- Base Types
-
- object
- Delegate
- MulticastDelegate
graph TD
Base0["MulticastDelegate"]-->Type
Base1["Delegate"]-->Base0
Base2["object"]-->Base1
Interface0["ICloneable"]-.->Type
Interface1["ISerializable"]-.->Type
Type["AutoUpdateHandler"]
class Type type-node
Syntax
public delegate void AutoUpdateHandler(IUpdates update) : MulticastDelegate, ICloneable,
ISerializable
Operators
Name | Value | Summary |
---|---|---|
operator != |
bool |
Inherited from Delegate
|
operator != |
bool |
Inherited from MulticastDelegate
|
operator == |
bool |
Inherited from Delegate
|
operator == |
bool |
Inherited from MulticastDelegate
|