예제 #1
0
파일: Document.cs 프로젝트: cederlof/Wyam
 public dynamic Dynamic(string key, object defaultValue = null) => _metadata.Dynamic(key, defaultValue);