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

EmptyKeyInterpreter() public méthode

public EmptyKeyInterpreter ( HexBox hexBox ) : System
hexBox HexBox
Résultat System
            public EmptyKeyInterpreter(HexBox hexBox)
            {
                _hexBox = hexBox;
            }