Mono.Terminal.Application.Info C# (CSharp) Method

Info() public static method

Displays an informational message.
public static Info ( string caption, string text ) : void
caption string
text string
return void
        public static void Info(string caption, string text)
        {
            Msg (false, caption, text);
        }