qtbot.CommandPlugin.CommandPart.CommandPart C# (CSharp) Method

CommandPart() private method

private CommandPart ( string value, int index ) : System
value string
index int
return System
        internal CommandPart(string value, int index)
        {
            Value = value;
            Index = index;
        }
CommandPart