BoxedExternal (Constructor)

Summary

Constructs a System.BoxedExternal object.

Signatures

Click on a signature to select it and view its documentation.

Usage

public BoxedExternal()

Description

Constructs a System.BoxedExternal object to box the external value null.

Examples

Basic Usage
1
2
3
4
5
import System;
 
var obj = {};
BoxedExternal boxed = new BoxedExternal();
boxed.box(obj);

Share

HTML | BBCode | Direct Link