示例#1
0
文件: Document.cs 项目: cederlof/Wyam
 public dynamic Dynamic(string key, object defaultValue = null) => _metadata.Dynamic(key, defaultValue);