Exemple #1
0
 public void SetSByte(string propertyName, sbyte b)
 {
     CheckPropertyName(propertyName);
     _headers.SetSByte(propertyName, b);
 }