Exemplo n.º 1
0
 public static void Set(T value)
 {
     OneExtensions.Set(null, Holder, value);
 }
Exemplo n.º 2
0
 public static T Get()
 {
     return(OneExtensions.Get(null, Holder));
 }
Exemplo n.º 3
0
 public object OfOne(Type type)
 {
     return(OneExtensions.Get(type));
 }
Exemplo n.º 4
0
 public void ToOne(Type type, object value)
 {
     OneExtensions.Set(type, value);
 }
Exemplo n.º 5
0
 public object OfToOne(Type type, FuncWrapper creator)
 {
     return(OneExtensions.GetSet(type, creator));
 }