예제 #1
0
 internal CustomChannelFileSystemAbstraction(StoreLockerTest outerInstance, DefaultFileSystemAbstraction @delegate, StoreChannel channel) : base(@delegate)
 {
     this._outerInstance = outerInstance;
     this.Channel        = channel;
 }
예제 #2
0
 public DelegatingFileSystemAbstractionAnonymousInnerClass5(StoreLockerTest outerInstance, UnknownType get) : base(get)
 {
     this.outerInstance = outerInstance;
 }