public DependentFeature(PrimaryFeature primaryFeature)
 {
     Interlocked.Increment(ref CtorCount);
     OnCtor(primaryFeature);
 }
Esempio n. 2
0
 public DependentFeature(PrimaryFeature primaryFeature)
 {
     Interlocked.Increment(ref CtorCount);
     OnCtor(primaryFeature);
 }