Ejemplo n.º 1
0
 public XamlIlStaticExtensionNode(XamlIlAstObjectNode lineInfo, IXamlIlAstTypeReference targetType, string member) : base(lineInfo)
 {
     TargetType = targetType;
     Member     = member;
 }
Ejemplo n.º 2
0
 public XamlIlRootObjectNode(XamlIlAstObjectNode root) : base(root)
 {
     Type = root.Type;
 }