Static methods

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Variables

read onlyTarget:Dynamic

Methods