Interface IRefreshable
Describes a set of members implemented by a type that can refresh its own state.
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.dll
Syntax
public interface IRefreshable
Methods
| Edit this page View SourceRefresh()
Refreshes the state of this object.
Declaration
void Refresh()