Ejemplo n.º 1
0
 private void AddObjectToDeathTimeList(ObjectLifetimeIdentifier oli)
 {
     deathTimeList[oli.Identifier.Type][oli.Identifier.Id] = oli.DeathTime;
 }