You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SimSharp/Core/Environment.cs
+40-29Lines changed: 40 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -21,34 +21,6 @@ You should have received a copy of the GNU General Public License
21
21
usingSystem.IO;
22
22
23
23
namespaceSimSharp{
24
-
25
-
/// <summary>
26
-
/// Environments hold the event queues, schedule and process events.
27
-
/// </summary>
28
-
[Obsolete("Use class Simulation or ThreadSafeSimulation instead. Due to name clashes with System.Environment the class SimSharp.Environment is being outphased.")]
@@ -874,4 +846,43 @@ public override DateTime Peek() {
874
846
}
875
847
}
876
848
}
849
+
850
+
/// <summary>
851
+
/// Environments hold the event queues, schedule and process events.
852
+
/// </summary>
853
+
[Obsolete("Use class Simulation or ThreadSafeSimulation instead. Due to name clashes with System.Environment the class SimSharp.Environment is being outphased.")]
0 commit comments