Ejemplo n.º 1
0
 public CollectionLockToken(ILockToken src, CollectionLockTokenDepth depth)
     : base(src)
 {
     this.Depth = depth;
 }
Ejemplo n.º 2
0
 public CollectionLockToken(Uri baseUri, CollectionLockTokenDepth depth)
     : base(baseUri)
 {
     this.Depth = depth;
 }