コード例 #1
0
 private static Func <object, ILock> GetDefaultLockFactory()
 {
     return(StandardImplementations.CreateLockFactory());
 }
コード例 #2
0
 private static IThreadSafeProxyFactory GetDefaultThreadSafeProxyFactory()
 {
     return(StandardImplementations.CreateThreadSafeProxyFactory());
 }