コード例 #1
0
ファイル: TestDictionary.cs プロジェクト: zhuthree/lucenenet
 public CloseCheckInputStream(TestDictionary outerInstance, System.IO.Stream @delegate)
 {
     this.@delegate     = @delegate;
     this.outerInstance = outerInstance;
 }
コード例 #2
0
 public CloseCheckInputStream(TestDictionary outerInstance, System.IO.Stream @delegate) 
 {
     this.@delegate = @delegate;
     this.outerInstance = outerInstance;
 }