GetEntities() public method

public GetEntities ( ) : Entity[]
return Entity[]
Esempio n. 1
0
 public GroupSingleEntityException(Group group) :
     base("Cannot get the single entity from " + group + "!\nGroup contains " + group.count + " entities:",
          string.Join("\n", group.GetEntities().Select(e => e.ToString()).ToArray()))
 {
 }
Esempio n. 2
0
 public GroupSingleEntityException(Group group) :
     base("Cannot get the single entity from " + group + "!\nGroup contains " + group.count + " entities:",
         string.Join("\n", group.GetEntities().Select(e => e.ToString()).ToArray())) {
 }