Enumerates all the entities.
Namespace:
CloudsterAssembly: Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public IEnumerable<Guid> AllEntities { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property AllEntities As IEnumerable(Of Guid) |
Visual C++ |
---|
public: property IEnumerable<Guid>^ AllEntities { IEnumerable<Guid>^ get (); } |