class Delegate
package cs.system
implements ICloneable, ISerializable
extended by MulticastDelegate
Available on cs
Available on cs
staticCombine(a:Delegate, b:Delegate):Delegate
staticCombine(delegates:NativeArray<Delegate>):Delegate
staticCreateDelegate(type:Type, firstArgument:Dynamic, method:MethodInfo, throwOnBindFailure:Bool):Delegate
staticCreateDelegate(type:Type, target:Dynamic, method:String, ignoreCase:Bool):Delegate
staticCreateDelegate(type:Type, target:Dynamic, method:String, ignoreCase:Bool, throwOnBindFailure:Bool):Delegate
staticCreateDelegate(type:Type, target:Type, method:String, ignoreCase:Bool):Delegate
staticCreateDelegate(type:Type, target:Type, method:String):Delegate
staticCreateDelegate(type:Type, target:Type, method:String, ignoreCase:Bool, throwOnBindFailure:Bool):Delegate
staticCreateDelegate(type:Type, target:Dynamic, method:String):Delegate
staticCreateDelegate(type:Type, method:MethodInfo):Delegate
staticCreateDelegate(type:Type, method:MethodInfo, throwOnBindFailure:Bool):Delegate
staticCreateDelegate(type:Type, firstArgument:Dynamic, method:MethodInfo):Delegate