Läs på engelska

Dela via


Object.Explicit Operator

Definition

Overloads

Explicit(Object to Double[])

C#
public static explicit operator double[]? (Java.Lang.Object? value);

Parameters

value
Object

Returns

Double[]

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to Int32)

C#
public static explicit operator int (Java.Lang.Object value);

Parameters

value
Object

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to Int32[])

C#
public static explicit operator int[]? (Java.Lang.Object? value);

Parameters

value
Object

Returns

Int32[]

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to Int64)

C#
public static explicit operator long (Java.Lang.Object value);

Parameters

value
Object

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to String[])

C#
public static explicit operator string[]? (Java.Lang.Object? value);

Parameters

value
Object

Returns

String[]

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to Single)

C#
public static explicit operator float (Java.Lang.Object value);

Parameters

value
Object

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to Single[])

C#
public static explicit operator float[]? (Java.Lang.Object? value);

Parameters

value
Object

Returns

Single[]

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to String)

C#
public static explicit operator string? (Java.Lang.Object? value);

Parameters

value
Object

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to Double)

C#
public static explicit operator double (Java.Lang.Object value);

Parameters

value
Object

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to UInt32)

Caution

Use (uint)(int) value

C#
[System.Obsolete("Use `(uint)(int) value`", true)]
public static explicit operator uint (Java.Lang.Object value);

Parameters

value
Object

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner (Föråldrad)
.NET for Android (.NET for Android API 34, .NET for Android API 35)

Explicit(Object to UInt64)

Caution

Use (ulong)(long) value

C#
[System.Obsolete("Use `(ulong)(long) value`", true)]
public static explicit operator ulong (Java.Lang.Object value);

Parameters

value
Object

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner (Föråldrad)
.NET for Android (.NET for Android API 34, .NET for Android API 35)

Explicit(Object to SByte)

C#
public static explicit operator sbyte (Java.Lang.Object value);

Parameters

value
Object

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to Char[])

C#
public static explicit operator char[]? (Java.Lang.Object? value);

Parameters

value
Object

Returns

Char[]

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to Int64[])

C#
public static explicit operator long[]? (Java.Lang.Object? value);

Parameters

value
Object

Returns

Int64[]

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to Byte[])

C#
public static explicit operator byte[]? (Java.Lang.Object? value);

Parameters

value
Object

Returns

Byte[]

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to Byte)

Caution

Use (byte)(sbyte) value

C#
[System.Obsolete("Use `(byte)(sbyte) value`", true)]
public static explicit operator byte (Java.Lang.Object value);

Parameters

value
Object

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner (Föråldrad)
.NET for Android (.NET for Android API 34, .NET for Android API 35)

Explicit(Object to Boolean[])

C#
public static explicit operator bool[]? (Java.Lang.Object? value);

Parameters

value
Object

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to Boolean)

C#
public static explicit operator bool (Java.Lang.Object value);

Parameters

value
Object

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to Object[])

C#
public static explicit operator Java.Lang.Object[]? (Java.Lang.Object? value);

Parameters

value
Object

Returns

Object[]

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

Explicit(Object to Char)

C#
public static explicit operator char (Java.Lang.Object value);

Parameters

value
Object

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35