You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement IDynamicMetaObjectProvider. Add stringly-typed overloads of Realm.All<T>(), Realm.CreateObject<T>(), and Realm.RemoveAll<T>() that expose the dynamic API.
Implement
IDynamicMetaObjectProvider
. Add stringly-typed overloads ofRealm.All<T>()
,Realm.CreateObject<T>()
, andRealm.RemoveAll<T>()
that expose thedynamic
API.Needs #645
The text was updated successfully, but these errors were encountered: