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