Exemplo n.º 1
0
 public void SetInt(string propertyName, int i)
 {
     CheckPropertyName(propertyName);
     _headers.SetInt32(propertyName, i);
 }