コード例 #1
0
 public static ReadOnlyDeviceState Copy(this IDeviceState state)
 {
     return(ReadOnlyDeviceState.CopyFrom(state));
 }