コード例 #1
0
 protected AMemberItem(AMemberItem parent, string name, XElement element)
     : base(parent, name, element)
 {
     Remarks    = RemarksItem.GetFrom(this);
     Example    = ExampleItem.GetFrom(this);
     Exceptions = ExceptionItem.GetFrom(this);
 }