コード例 #1
0
 protected override void AppendChildren(List <SimpleTreeNode> childList)
 {
     childList.Add(ContainingMember.ToSimpleTree());
     childList.Add(new SimpleLeafNode(ParameterIndex.ToString()));
     childList.Add(new SimpleLeafNode(RQNameStrings.NotPartial));
 }