Exemplo n.º 1
0
 protected override void AppendChildren(List <SimpleTreeNode> childList)
 {
     childList.Add(ContainingMember.ToSimpleTree());
     childList.Add(new SimpleLeafNode(ParameterIndex.ToString()));
     childList.Add(new SimpleLeafNode(RQNameStrings.PartialImplementation));
 }
Exemplo n.º 2
0
 public override void AddAnonymousMethod(AnonymousMethodSymbol anonymousMethod)
 {
     ContainingMember.AddAnonymousMethod(anonymousMethod);
 }