SqlToGraphite.Config.Host.Host C# (CSharp) Method

Host() public method

public Host ( ) : System.Collections.Generic
return System.Collections.Generic
        public Host()
        {
            this.Roles = new List<Role>();
        }
Host