예제 #1
0
 public static string GetName(this AnyObject obj)
 {
     return((string)obj.SimpleCheck(x => ((AnyObject)x).get_Name()));
 }
예제 #2
0
 public static Document GetParent(this AnyObject obj)
 {
     return((Document)obj.SimpleCheck(x => ((AnyObject)x).Parent));
 }