예제 #1
0
 public static DbSource GetDbSource(string name) => sources.GetValue(name);
예제 #2
0
파일: XElem.cs 프로젝트: skyiah/webready
 public string Attr(string attr) => attrs?.GetValue(attr);