ObjectStreamField.IsPrimitive Property

Definition

Return true if this field has a primitive type.

public virtual bool IsPrimitive { [Android.Runtime.Register("isPrimitive", "()Z", "GetIsPrimitiveHandler")] get; }
[<get: Android.Runtime.Register("isPrimitive", "()Z", "GetIsPrimitiveHandler")>]
member this.IsPrimitive : bool

Property Value

true if and only if this field corresponds to a primitive type

Attributes

Remarks

Return true if this field has a primitive type.

Java documentation for java.io.ObjectStreamField.isPrimitive().

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