Type Summary

						public abstract class Delegate : ICloneable,
                                 ISerializable
  {
    // Constructors
 MS CF
						protected Delegate (object target, string method);
 MS CF
						protected Delegate (Type target, string method);

    // Properties
    CF
						public MethodInfo Method { get; }
    CF
						public object Target { get; }

    // Methods
    CF
						public virtual object Clone ();
    CF
						public static Delegate Combine (Delegate[] delegates);
       public static Delegate Combine (Delegate a,
                                      Delegate b);
    MS
						protected virtual Delegate CombineImpl (Delegate d);
    CF
						public static Delegate CreateDelegate (Type type,
                                             object target,
                                             string method);
 MS CF
						public static Delegate CreateDelegate (Type type,
                                             object target,
                                             string method,
                                             bool ignoreCase);
    CF
						public static Delegate CreateDelegate (Type type, MethodInfo ...

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.