Ejemplo n.º 1
0
 public string GetProperty(HeaderData header)
 {
     return(Properties.ContainsKey(header) ? Properties[header] : null);
 }