public MockMventry(string objectType) { ObjectType = objectType; _attributes = new Dictionary <string, MockAttrib>(); ConnectedMAs = new MockMACollection(); }
public MockMventry() { _attributes = new Dictionary <string, MockAttrib>(); ConnectedMAs = new MockMACollection(); }