/// <summary> /// Create a new instance. /// </summary> /// <param name="evt">The field information.</param> /// <param name="comment">The XML comment.</param> /// <param name="context">The context that manages the state of the output process for class documents.</param> public EventInfoWithComment(EventInfo evt, XmlComment comment, ClassDocContext context) : base(evt, comment, context) { }
/// <summary> /// Create a new instance. /// </summary> /// <param name="prop">The property information.</param> /// <param name="comment">The XML comment.</param> /// <param name="context">The context that manages the state of the output process for class documents.</param> public PropertyInfoWithComment(PropertyInfo prop, XmlComment comment, ClassDocContext context) : base(prop, comment, context) { Parameters = CreateParameterList(Info.GetIndexParameters()); }