Exemple #1
0
 public bool TryGetProperty(string key, out Property property)
 {
     property = null;
     return(false);
 }
 public bool TryGetProperty(string key, out Property property)
 {
     property = null;
     return false;
 }