Californium.TextInputArgs.TextInputArgs C# (CSharp) Method

TextInputArgs() public method

public TextInputArgs ( string text ) : System.Collections.Generic
text string
return System.Collections.Generic
        public TextInputArgs(string text)
        {
            Text = text;
        }
TextInputArgs