Ejemplo n.º 1
0
 public static IKn5RenderableObject GetByName(this RenderableList list, [NotNull] string name)
 {
     return(list.GetByNameAll(name).FirstOrDefault());
 }