Example #1
0
 internal ContainerInstance(Container container, int instanceId)
 {
     Container  = container;
     InstanceId = instanceId;
 }