/// <summary> /// Initializes a new instance of the <see cref="MdConverterProperty"/> class. /// </summary> /// <param name="element">The element to be converted.</param> /// <param name="context">The current execution context.</param> public MdConverterProperty(XElement element, AssemblyContext context) : base(element, context) { }
/// <summary> /// Initializes a new instance of the <see cref="MdConverterField"/> class. /// </summary> /// <param name="element">The element to be converted.</param> /// <param name="context">The current execution context.</param> public MdConverterField(XElement element, AssemblyContext context) : base(element, context) { }
/// <summary> /// Initializes a new instance of the <see cref="MdConverterTypeparam"/> class. /// </summary> /// <param name="element">The element to be converted.</param> /// <param name="context">The current execution context.</param> public MdConverterTypeparam(XElement element, AssemblyContext context) : base(element, context) { }
/// <summary> /// Initializes a new instance of the <see cref="MdConverterReturns"/> class. /// </summary> /// <param name="element">The element to be converted.</param> /// <param name="context">The current execution context.</param> public MdConverterReturns(XElement element, AssemblyContext context) : base(element, context) { }
/// <summary> /// Initializes a new instance of the <see cref="MdConverterParamref"/> class. /// </summary> /// <param name="element">The element to be converted.</param> /// <param name="context">The current execution context.</param> public MdConverterParamref(XElement element, AssemblyContext context) : base(element, context) { }
/// <summary> /// Initializes a new instance of the <see cref="MdConverterException"/> class. /// </summary> /// <param name="element">The element to be converted.</param> /// <param name="context">The current execution context.</param> public MdConverterException(XElement element, AssemblyContext context) : base(element, context) { }