 | CompoundEntitiesTEntities Property |
Dictionary of all current matching entities.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IDictionary<int, T> Entities { get; }
Public ReadOnly Property Entities As IDictionary(Of Integer, T)
Get
public:
property IDictionary<int, T>^ Entities {
IDictionary<int, T>^ get ();
}
member Entities : IDictionary<int, 'T> with get
Property Value
Type:
IDictionaryInt32,
T
See Also