Namespace: DeltaEngine.Entities
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Tests: DeltaEngine.Tests.Entities.EntityTests
1 unit tests call DeltaEngine.Entities.Entity.GetTags
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Return Value
Type: List StringRemarks
Examples
[Test] public void GetTags() { Assert.AreEqual(2, entityWithTags.GetTags().Count); Assert.AreEqual(Tag1, entityWithTags.GetTags()[0]); Assert.AreEqual(Tag2, entityWithTags.GetTags()[1]); }
See Also