你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Out Class
An interface to set function output parameters.
- Inheritance
-
OutOut
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() -> T
set
Set the value of the output parameter.
abstract set(val: T) -> None
Parameters
Name | Description |
---|---|
val
Required
|
|