qtbot.CommandPlugin.CommandPart.CommandPart C# (CSharp) Метод

CommandPart() приватный Метод

private CommandPart ( string value, int index ) : System
value string
index int
Результат System
        internal CommandPart(string value, int index)
        {
            Value = value;
            Index = index;
        }
CommandPart