Click or drag to resize
SimulationObjects Property
Gets a dictionary of all objects registeres with the simulation.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static IReadOnlyDictionary<string, Object> Objects { get; }

Property Value

Type: IReadOnlyDictionaryString, Object
See Also