pmMDA.NET

DataObjectCollectFunctor.GetMissingObjectsFrom Method 

[This is preliminary documentation and subject to change.]

Gets the missing data objects which are not found in the collected Objects.

public IDataObject[] GetMissingObjectsFrom(
   params IDataObject[] originalDataObjects
);

Parameters

originalDataObjects
Original data objects to compare to.

Return Value

The data objects which are missing in the collected Objects.

See Also

DataObjectCollectFunctor Class | PmMda.Net.Dog Namespace