Ejemplo n.º 1
0
 internal static object Create(Type type, object value, bool multiValued)
 {
     return(SyncPropertyFactory.GetFactoryInstance(type).Create(value, multiValued));
 }
Ejemplo n.º 2
0
 internal static object CreateDefault(Type type, bool multiValued)
 {
     return(SyncPropertyFactory.GetFactoryInstance(type).GetDefault(multiValued));
 }