delegate in c #

  • Delegate in C #

    Delegate in C #

    delegate in c # is similar to pointers to functions, in c or in c ++. delegate is a reference type variable that contains references to a method. that reference can be changed at runtime.
  • Delegate in C #

    Delegate in C #

    delegate in c # is similar to pointers to functions, in c or in c ++. delegate is a reference type variable that contains references to a method. that reference can be changed at runtime.