예제 #1
0
 public void SetFloat(string propertyName, float f)
 {
     CheckPropertyName(propertyName);
     _headers.SetFloat(propertyName, f);
 }