ClrPlus.Core.Extensions.AssemblyExtensions.SetLogo C# (CSharp) Method

SetLogo() public static method

public static SetLogo ( this assembly, string logoText ) : void
assembly this
logoText string
return void
        public static void SetLogo(this Assembly assembly, string logoText)
        {
            _logo = logoText;
        }