コード例 #1
0
 internal static object Create(Type type, object value, bool multiValued)
 {
     return(SyncPropertyFactory.GetFactoryInstance(type).Create(value, multiValued));
 }
コード例 #2
0
 internal static object CreateDefault(Type type, bool multiValued)
 {
     return(SyncPropertyFactory.GetFactoryInstance(type).GetDefault(multiValued));
 }