AbstractToYield.CustomEventArgs.CustomEventArgs C# (CSharp) Method

CustomEventArgs() public method

public CustomEventArgs ( string s ) : System
s string
return System
        public CustomEventArgs(string s)
        {
            message = s;
        }
CustomEventArgs