コード例 #1
0
 public ushort[] GetWriteValue()
 {
     if (IntConverter == null)
     {
         throw new NullReferenceException();
     }
     return(IntConverter.ConvertToUshort(WriteValue));
 }