SelectionBoundary.Creator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.