void Reset(
IMemoable other
)
Sub Reset (
other As IMemoable
)
void Reset(
IMemoable^ other
)
function Reset(other);
InvalidCastException | if the provided object is not of the correct type. |
MemoableResetException | if the other parameter is in some other way invalid. |