コード例 #1
0
 public ComponentTestScope(TestScope testScope)
     : base(testScope)
 {
 }
コード例 #2
0
 public QueryableTestScope(TestScope testScope)
 {
     Inner = testScope;
 }