Static methods

@:overloadstaticCombine(a:Delegate, b:Delegate):Delegate

@:overloadstaticCombine(delegates:NativeArray<Delegate>):Delegate

@:overloadstaticCreateDelegate(type:Type, firstArgument:Dynamic, method:MethodInfo, throwOnBindFailure:Bool):Delegate

@:overloadstaticCreateDelegate(type:Type, target:Dynamic, method:String, ignoreCase:Bool):Delegate

@:overloadstaticCreateDelegate(type:Type, target:Dynamic, method:String, ignoreCase:Bool, throwOnBindFailure:Bool):Delegate

@:overloadstaticCreateDelegate(type:Type, target:Type, method:String, ignoreCase:Bool):Delegate

@:overloadstaticCreateDelegate(type:Type, target:Type, method:String):Delegate

@:overloadstaticCreateDelegate(type:Type, target:Type, method:String, ignoreCase:Bool, throwOnBindFailure:Bool):Delegate

@:overloadstaticCreateDelegate(type:Type, target:Dynamic, method:String):Delegate

@:overloadstaticCreateDelegate(type:Type, method:MethodInfo):Delegate

@:overloadstaticCreateDelegate(type:Type, method:MethodInfo, throwOnBindFailure:Bool):Delegate

@:overloadstaticCreateDelegate(type:Type, firstArgument:Dynamic, method:MethodInfo):Delegate

@:overloadstaticRemove(source:Delegate, value:Delegate):Delegate

@:overloadstaticRemoveAll(source:Delegate, value:Delegate):Delegate

@:overloadstaticop_Equality(d1:Delegate, d2:Delegate):Bool

@:overloadstaticop_Inequality(d1:Delegate, d2:Delegate):Bool

Variables

read onlyTarget:Dynamic

Methods