ColorResetter 委托
定义
用于重置控制台颜色的委托的类型。Type of delegate used to reset console color.
public delegate void ColorResetter();
public delegate void ColorResetter();
type ColorResetter = delegate of unit -> unit
Public Delegate Sub ColorResetter()
- 继承
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。Gets an object that represents the method represented by the specified delegate. |