System.Windows.Forms.HexBox.EmptyKeyInterpreter.EmptyKeyInterpreter C# (CSharp) Method

EmptyKeyInterpreter() public method

public EmptyKeyInterpreter ( HexBox hexBox ) : System
hexBox HexBox
return System
            public EmptyKeyInterpreter(HexBox hexBox)
            {
                _hexBox = hexBox;
            }