IRC.Reply.Reply C# (CSharp) Method

Reply() public method

public Reply ( ) : System
return System
        public Reply()
        {
            Params = new List<string>();
        }