CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
Class that implements trackers of Invalidatable objects. More...
#include <invalidatable.h>
Public Member Functions | |
InvalidatableTracker (Invalidatable *invalidator) | |
Constructs a tracker object. More... | |
bool | CheckValidity () const |
Checks if the state of the tracked object has changed. More... | |
Class that implements trackers of Invalidatable objects.
System::Collections::InvalidatableTracker::InvalidatableTracker | ( | Invalidatable * | invalidator | ) |
Constructs a tracker object.
invalidator | A Invalidatable object, that is needed to be tracked |
bool System::Collections::InvalidatableTracker::CheckValidity | ( | ) | const |
Checks if the state of the tracked object has changed.