SelectionBoundary.Creator Property

Definition

Gets the IParcelableCreator used to create instances from a parcel.

[Android.Runtime.Register("CREATOR", ApiSince=35)]
public static Android.OS.IParcelableCreator Creator { get; }
[<Android.Runtime.Register("CREATOR", ApiSince=35)>]
static member Creator : Android.OS.IParcelableCreator

Property Value

A creator that unmarshals this type from a parcel.

Attributes

Remarks

Use this creator when a parcel needs to be converted back to a managed instance.

Applies to