Ejemplo n.º 1
0
 /// <summary>
 /// Constructor called from
 /// <see cref="CREATOR">CREATOR</see>
 /// </summary>
 private SavedState(android.os.Parcel @in) : base(@in)
 {
     @checked = (bool)@in.readValue(null);
 }