pmMDA.NET

DataObjectVisitorFunctor Constructor 

[This is preliminary documentation and subject to change.]

Instance a new instance of the DataObjectVisitorFunctor class.

public DataObjectVisitorFunctor(
   IDataObjectFunctor functor,
   bool visitUnloadedItems
);

Parameters

functor
The functor to which the visted data object are forwarded.
visitUnloadedItems
Specifies whether unloaded data object are reloaded and visited.

See Also

DataObjectVisitorFunctor Class | PmMda.Net.Dog Namespace