コード例 #1
0
 protected void Mutate(IEvent e)
 {
     MethodInvoke.InvokeMethodOptional(State, RestoreMethodName, e);
     ++Version;
 }