System::Collections::Invalidatable class

Invalidatable class

Class that makes it possible to track the state of its descendants through InvalidatableTracker objects.

class Invalidatable

Methods

MethodDescription
GetState()Returns current state.
Invalidate()Changes the current state, invalidating all previously created trackers.

See Also