Out Class
An interface to set function output parameters.
Constructor
Out()Methods
| get | Get the value of the output parameter. | 
| set | Set the value of the output parameter. | 
get
Get the value of the output parameter.
abstract get() -> Tset
Set the value of the output parameter.
abstract set(val: T) -> NoneParameters
| Name | Description | 
|---|---|
| val 
				Required
			 |  |