Share via


ObjectStreamField.TypeString Property

Definition

Return the JVM type signature.

public virtual string? TypeString { [Android.Runtime.Register("getTypeString", "()Ljava/lang/String;", "GetGetTypeStringHandler")] get; }
[<get: Android.Runtime.Register("getTypeString", "()Ljava/lang/String;", "GetGetTypeStringHandler")>]
member this.TypeString : string

Property Value

null if this field has a primitive type.

Attributes

Remarks

Return the JVM type signature.

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

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