C# Class Orchestra.Services.ICommandInfoServiceExtensions

显示文件 Open project: WildGums/Orchestra

Public Methods

Method Description
UpdateCommandInfo ( this commandInfoService, string commandName, Action commandInfoUpdateCallback ) : void

Method Details

UpdateCommandInfo() public static method

public static UpdateCommandInfo ( this commandInfoService, string commandName, Action commandInfoUpdateCallback ) : void
commandInfoService this
commandName string
commandInfoUpdateCallback Action
return void