public DependentFeature(PrimaryFeature primaryFeature)
 {
     Interlocked.Increment(ref CtorCount);
     OnCtor(primaryFeature);
 }
Пример #2
0
 public DependentFeature(PrimaryFeature primaryFeature)
 {
     Interlocked.Increment(ref CtorCount);
     OnCtor(primaryFeature);
 }