Operators.PlusObject(Object) Yöntem

Tanım

Visual Basic birli artı (+) işlecini temsil eder.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

Operand
Object

Gerekli. Herhangi bir sayısal ifade.

Döndürülenler

Değeri Operand. (işaretinin Operand işareti değiştirilmez.)

Öznitelikler

Açıklamalar

Bu sınıf Visual Basic derleyicisini destekler ve doğrudan kodunuzdan kullanılmak üzere tasarlanmamıştır.

Şunlara uygulanır

Ayrıca bkz.