예제 #1
0
 private bool ReadCustom(XPathResult result, out object value)
 {
     return(result.ReadObject(out value));
 }