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