ApplicationCommandParseFunc - делегат |
Пространство имён: Tessa.Platform.Runtime
public delegate IApplicationCommand ApplicationCommandParseFunc( IApplicationContext context, string name, string parameter )
Public Delegate Function ApplicationCommandParseFunc ( context As IApplicationContext, name As String, parameter As String ) As IApplicationCommand
public delegate IApplicationCommand^ ApplicationCommandParseFunc( IApplicationContext^ context, String^ name, String^ parameter )
type ApplicationCommandParseFunc = delegate of context : IApplicationContext * name : string * parameter : string -> IApplicationCommand
Copyright © Syntellect 2022