System.Windows.Forms.HexBox.StringKeyInterpreter.StringKeyInterpreter C# (CSharp) Méthode

StringKeyInterpreter() public méthode

public StringKeyInterpreter ( HexBox hexBox ) : System
hexBox HexBox
Résultat System
            public StringKeyInterpreter(HexBox hexBox)
                : base(hexBox)
            {
                _hexBox._byteCharacterPos = 0;
            }