Operators.PlusObject(Object) 方法

定义

表示Visual Basic一元加号 (+) 运算符。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static System::Object ^ PlusObject(System::Object ^ Operand);
public static object PlusObject(object Operand);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The object types cannot be statically analyzed so their operators may be trimmed")]
public static object? PlusObject(object? Operand);
public static object? PlusObject(object? Operand);
static member PlusObject : obj -> obj
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The object types cannot be statically analyzed so their operators may be trimmed")>]
static member PlusObject : obj -> obj
Public Shared Function PlusObject (Operand As Object) As Object

参数

Operand
Object

必填。 任何数值表达式。

返回

Operand 的值。 (符号 Operand 不变。

属性

注解

此类支持 Visual Basic 编译器,不打算直接从代码使用。

适用于

另请参阅