예제 #1
0
 object SetValueCore(params object[] args)
 {
     m_reg.SetValue((T)args[0]);
     return(null);
 }