bool ResourceDictionary::Add (const char* key, Value *value) { MoonError err; return AddWithError (key, value, &err); }
bool TimelineMarkerCollection::InsertWithError (int index, Value *value, MoonError *error) { return AddWithError (value, error) != -1; }