protected override void Init()
 {
     _implementationList = new ImplementationList();
 }
Exemplo n.º 2
0
 /// <summary>
 /// only used for test stubs, do not delete and do not use in production code
 /// </summary>
 public Classifier()
 {
     _interfaceImplementations = new ImplementationList {Root = this};
     _associations = new ClassifierAssociationList {Root = this};
 }