コード例 #1
0
ファイル: CollectionLockToken.cs プロジェクト: keithb-/Valley
 public CollectionLockToken(ILockToken src, CollectionLockTokenDepth depth)
     : base(src)
 {
     this.Depth = depth;
 }
コード例 #2
0
ファイル: CollectionLockToken.cs プロジェクト: keithb-/Valley
 public CollectionLockToken(Uri baseUri, CollectionLockTokenDepth depth)
     : base(baseUri)
 {
     this.Depth = depth;
 }