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