Exemple #1
0
 public ScopeUseSet(int singleLevel)
     : this((long)(1L << singleLevel))
 {
     Contracts.AssertIndexInclusive(singleLevel, MaxUpCount);
 }