Ejemplo n.º 1
0
 /// <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)
 {
 }
Ejemplo n.º 2
0
 /// <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)
 {
 }
Ejemplo n.º 3
0
 /// <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)
 {
 }
Ejemplo n.º 4
0
 /// <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)
 {
 }
Ejemplo n.º 5
0
 /// <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)
 {
 }
Ejemplo n.º 6
0
 /// <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)
 {
 }