c# - Return an empty collection when Linq where returns nothing -
I'm using the following statement with the intention of getting all the machine objects from MachineList I'm i of machinestats in the collection (type IEnumerable). The machine list collection will not always be the machine with the status of i .
Sometimes when there is no machine, I want to return a blank archive of MachineStatus i . My call works with ActiveMine (which is used earlier), but does not passive matches .
Public INMMerable & lt; Machine & gt; ActiveMenance {Return Clients.Machinist. Where (M => M. Mccinstats == "A"); }} Public IEnumerable & lt; Machine & gt; Passive Matches ({Return Customers.MachineList, where (M => M. Mccinstatus == "I"); On the further examination it appears that any enumeration of machine list The reason for the subsequent enumeration is: