Exemple #1
0
 public IEnumerable <ICamera> GetCameras()
 {
     return(Cameras?.ToImmutableList() ?? Enumerable.Empty <ICamera>());
 }