System.Windows.Forms.HexBox.StringKeyInterpreter.StringKeyInterpreter C# (CSharp) 메소드

StringKeyInterpreter() 공개 메소드

public StringKeyInterpreter ( HexBox hexBox ) : System
hexBox HexBox
리턴 System
            public StringKeyInterpreter(HexBox hexBox)
                : base(hexBox)
            {
                _hexBox._byteCharacterPos = 0;
            }