コード例 #1
0
 public MockMventry(string objectType)
 {
     ObjectType   = objectType;
     _attributes  = new Dictionary <string, MockAttrib>();
     ConnectedMAs = new MockMACollection();
 }
コード例 #2
0
 public MockMventry()
 {
     _attributes  = new Dictionary <string, MockAttrib>();
     ConnectedMAs = new MockMACollection();
 }