예제 #1
0
 private static void ResolveNodeFromPath(Node node, PropertyInfo property, NodePathAttribute attr)
 {
     AssignPathToProperty(node, property, attr.NodePath, "NodePathAttribute");
 }
예제 #2
0
 private static void ResolveNodeFromPath(Node node, FieldInfo field, NodePathAttribute attr)
 {
     AssignPathToField(node, field, attr.NodePath, "NodePathAttribute");
 }