internal static object Create(Type type, object value, bool multiValued) { return(SyncPropertyFactory.GetFactoryInstance(type).Create(value, multiValued)); }
internal static object CreateDefault(Type type, bool multiValued) { return(SyncPropertyFactory.GetFactoryInstance(type).GetDefault(multiValued)); }