예제 #1
0
 /// <inheritdoc cref="Properties.GetList"/>
 public IReadOnlyList <T> GetList <T>(string key)
 {
     return(properties.GetList <T>(key));
 }