System.Windows.Forms.HexBox.EmptyKeyInterpreter.EmptyKeyInterpreter C# (CSharp) Метод

EmptyKeyInterpreter() публичный Метод

public EmptyKeyInterpreter ( HexBox hexBox ) : System
hexBox HexBox
Результат System
            public EmptyKeyInterpreter(HexBox hexBox)
            {
                _hexBox = hexBox;
            }