コード例 #1
0
 public void SetShort(string propertyName, short i)
 {
     CheckPropertyName(propertyName);
     _headers.SetInt16(propertyName, i);
 }