qtbot.CommandPlugin.CommandPart.CommandPart C# (CSharp) Méthode

CommandPart() private méthode

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