コード例 #1
0
 public IServiceProperty GetProperty(string key)
 {
     return(ServiceProperties.ContainsKey(key) ? ServiceProperties[key] : _darthVader.GetProperty(key));
 }
コード例 #2
0
 public IServiceProperty GetProperty(string key)
 {
     return(ServiceProperties.ContainsKey(key) ? ServiceProperties[key] : null);
 }