BoxedExternal (Constructor) Summary Constructs a System.BoxedExternal object. Signatures Click on a signature to select it and view its documentation. public BoxedExternal() public BoxedExternal() Usage public BoxedExternal() public BoxedExternal() Description Constructs a System.BoxedExternal object to box the external value null. Constructs a System.BoxedExternal object to box the external value null. Examples Basic Usage 12345import System; var obj = {};BoxedExternal boxed = new BoxedExternal();boxed.box(obj); Basic Usage 1234import System; var obj = {};BoxedExternal boxed = new BoxedExternal(obj); Share HTML | BBCode | Direct Link