コード例 #1
0
 public static void SetValue(this SmartObject smartObject, string name, ushort value)
 {
     smartObject.SetUShortValue(name, value);
 }
コード例 #2
0
 public static void SetValue(this SmartObject smartObject, uint index, ushort value)
 {
     smartObject.SetUShortValue(index, value);
 }