Пример #1
0
 protected void FreezeInPlace(RealmObject obj)
 {
     obj.FreezeInPlace();
     CleanupOnTearDown(obj.Realm);
 }