Beispiel #1
0
 public void SetByte(string propertyName, byte b)
 {
     CheckPropertyName(propertyName);
     _headers.SetByte(propertyName, b);
 }