Be.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;
            }
            #endregion