Realms.RealmHandle.RealmHandle C# (CSharp) Méthode

RealmHandle() private méthode

private RealmHandle ( ) : System
Résultat System
        protected RealmHandle() : base(true)
        {
            _unbindList = GetUnbindList(); // we are a root object, we need a list for our children
        }

Same methods

RealmHandle::RealmHandle ( RealmHandle root ) : System