デリゲートMeanings1noundelegate (programming)computingIn programming, a type that represents references to methods with a particular parameter list and return type. Used in languages like C#.C#では、デリゲートを使つかってメソッドを変へん数すうのように扱あつかえます。In C#, you can treat methods like variables using delegates.