Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mdoc/Test
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2017-02-18 04:27:44 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-02-18 04:27:44 +0300
commit6569ec5e30de47f8a4b79badaf9ca6a14b04cdef (patch)
treede8235fbd5e5431f1d4e1c554a4571938cacdc1c /mdoc/Test
parent0587e27430fbba592274ac0dbc428dcb0a4e9d69 (diff)
mdoc: some minor additions to mdoc tests.
These files were inadvertently left out of PRs that were merged to master
Diffstat (limited to 'mdoc/Test')
-rw-r--r--mdoc/Test/en.expected-internal-interface/MyNamespace/ArrayX10.xml50
-rw-r--r--mdoc/Test/en.expected-internal-interface/index.xml36
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/Extensions.html496
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/Func`2.html263
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1+FooEventArgs.html295
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1+NestedCollection+Enumerator.html257
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1+NestedCollection.html295
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1.html727
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/IFoo`1.html347
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/MyList`1+Helper`2.html368
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/MyList`1.html713
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/MyList`2.html1079
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/index.html294
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Color.html272
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/D.html246
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/DocAttribute.html465
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/DocValueType.html364
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/IProcess.html253
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/UseLists.html640
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+Del.html242
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+Direction.html272
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+IMenuItem.html328
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass+Double+Triple+Quadruple.html295
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass+Double+Triple.html295
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass+Double.html295
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass.html377
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass`1.html388
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget.html2131
-rw-r--r--mdoc/Test/html.expected-with-array-extension/Mono.DocTest/index.html334
-rw-r--r--mdoc/Test/html.expected-with-array-extension/NoNamespace.html299
-rw-r--r--mdoc/Test/html.expected-with-array-extension/System/Action`1.html253
-rw-r--r--mdoc/Test/html.expected-with-array-extension/System/Array.html529
-rw-r--r--mdoc/Test/html.expected-with-array-extension/System/AsyncCallback.html242
-rw-r--r--mdoc/Test/html.expected-with-array-extension/System/Environment+SpecialFolder.html240
-rw-r--r--mdoc/Test/html.expected-with-array-extension/System/Environment.html362
-rw-r--r--mdoc/Test/html.expected-with-array-extension/System/index.html254
-rw-r--r--mdoc/Test/html.expected-with-array-extension/index.html500
-rw-r--r--mdoc/Test/validate.check.monodocer.importslashdoc2
38 files changed, 15097 insertions, 1 deletions
diff --git a/mdoc/Test/en.expected-internal-interface/MyNamespace/ArrayX10.xml b/mdoc/Test/en.expected-internal-interface/MyNamespace/ArrayX10.xml
new file mode 100644
index 00000000..5c2b7f8d
--- /dev/null
+++ b/mdoc/Test/en.expected-internal-interface/MyNamespace/ArrayX10.xml
@@ -0,0 +1,50 @@
+<Type Name="ArrayX10" FullName="MyNamespace.ArrayX10">
+ <TypeSignature Language="C#" Value="public static class ArrayX10" />
+ <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit ArrayX10 extends System.Object" />
+ <AssemblyInfo>
+ <AssemblyName>DocTest-InternalInterface</AssemblyName>
+ <AssemblyVersion>0.0.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <Base>
+ <BaseTypeName>System.Object</BaseTypeName>
+ </Base>
+ <Interfaces />
+ <Docs>
+ <summary>To be added.</summary>
+ <remarks>To be added.</remarks>
+ </Docs>
+ <Members>
+ <Member MemberName="IsAligned&lt;T&gt;">
+ <MemberSignature Language="C#" Value="public static bool IsAligned&lt;T&gt; (this T[] vect, int index) where T : struct;" />
+ <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsAligned&lt;struct .ctor (class System.ValueType) T&gt;(!!T[] vect, int32 index) cil managed" />
+ <MemberType>Method</MemberType>
+ <AssemblyInfo>
+ <AssemblyVersion>0.0.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <ReturnValue>
+ <ReturnType>System.Boolean</ReturnType>
+ </ReturnValue>
+ <TypeParameters>
+ <TypeParameter Name="T">
+ <Constraints>
+ <ParameterAttribute>DefaultConstructorConstraint</ParameterAttribute>
+ <ParameterAttribute>NotNullableValueTypeConstraint</ParameterAttribute>
+ <BaseTypeName>System.ValueType</BaseTypeName>
+ </Constraints>
+ </TypeParameter>
+ </TypeParameters>
+ <Parameters>
+ <Parameter Name="vect" Type="T[]" RefType="this" />
+ <Parameter Name="index" Type="System.Int32" />
+ </Parameters>
+ <Docs>
+ <typeparam name="T">To be added.</typeparam>
+ <param name="vect">To be added.</param>
+ <param name="index">To be added.</param>
+ <summary>To be added.</summary>
+ <returns>To be added.</returns>
+ <remarks>To be added.</remarks>
+ </Docs>
+ </Member>
+ </Members>
+</Type>
diff --git a/mdoc/Test/en.expected-internal-interface/index.xml b/mdoc/Test/en.expected-internal-interface/index.xml
index 5b49f3c7..1f627c5a 100644
--- a/mdoc/Test/en.expected-internal-interface/index.xml
+++ b/mdoc/Test/en.expected-internal-interface/index.xml
@@ -15,8 +15,44 @@
<Copyright>To be added.</Copyright>
<Types>
<Namespace Name="MyNamespace">
+ <Type Name="ArrayX10" Kind="Class" />
<Type Name="MyClass" Kind="Class" />
</Namespace>
</Types>
<Title>DocTest-InternalInterface</Title>
+ <ExtensionMethods>
+ <ExtensionMethod>
+ <Targets>
+ <Target Type="T:System.Array" />
+ </Targets>
+ <Member MemberName="IsAligned&lt;T&gt;">
+ <MemberSignature Language="C#" Value="public static bool IsAligned&lt;T&gt; (this T[] vect, int index) where T : struct;" />
+ <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsAligned&lt;struct .ctor (class System.ValueType) T&gt;(!!T[] vect, int32 index) cil managed" />
+ <MemberType>ExtensionMethod</MemberType>
+ <ReturnValue>
+ <ReturnType>System.Boolean</ReturnType>
+ </ReturnValue>
+ <TypeParameters>
+ <TypeParameter Name="T">
+ <Constraints>
+ <ParameterAttribute>DefaultConstructorConstraint</ParameterAttribute>
+ <ParameterAttribute>NotNullableValueTypeConstraint</ParameterAttribute>
+ <BaseTypeName>System.ValueType</BaseTypeName>
+ </Constraints>
+ </TypeParameter>
+ </TypeParameters>
+ <Parameters>
+ <Parameter Name="vect" Type="T[]" RefType="this" />
+ <Parameter Name="index" Type="System.Int32" />
+ </Parameters>
+ <Docs>
+ <typeparam name="T">To be added.</typeparam>
+ <param name="vect">To be added.</param>
+ <param name="index">To be added.</param>
+ <summary>To be added.</summary>
+ </Docs>
+ <Link Type="MyNamespace.ArrayX10" Member="M:MyNamespace.ArrayX10.IsAligned``1(``0[],System.Int32)" />
+ </Member>
+ </ExtensionMethod>
+ </ExtensionMethods>
</Overview>
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/Extensions.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/Extensions.html
new file mode 100644
index 00000000..1a2630d3
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/Extensions.html
@@ -0,0 +1,496 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.Extensions</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Extensions">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Extensions:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Extensions:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Extensions:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.Extensions">Extensions Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.Extensions:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Generic.Extensions:Signature">public static class <b>Extensions</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.Extensions:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.Extensions:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.Extensions:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h2 class="Section">Public Methods</h2>
+ <div class="SectionBox" id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String)">Bar&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="../Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;T&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">ForEach&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a>, <a href="../System/Action`1.html">Action&lt;T&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32})">ToDouble</a>
+ </b>(<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;double&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0)">ToDouble&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.Extensions:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String)">Bar&lt;T&gt; Generic Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Bar&lt;T&gt;</b> (<i>this</i> <a href="../Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;T&gt;</a> self, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> s)</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Parameters">
+ <dl>
+ <dt>
+ <i>self</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>s</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">ForEach&lt;T&gt; Generic Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>ForEach&lt;T&gt;</b> (<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a> self, <a href="../System/Action`1.html">Action&lt;T&gt;</a> a)</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Parameters">
+ <dl>
+ <dt>
+ <i>self</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>a</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32})">ToDouble Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;double&gt;</a> <b>ToDouble</b> (<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a> list)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Parameters">
+ <dl>
+ <dt>
+ <i>list</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0)">ToDouble&lt;T&gt; Generic Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> <b>ToDouble&lt;T&gt;</b> (<i>this</i> <i title="To be added.">T</i> val)<br /> where T : <a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo&lt;T&gt;</a></div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Parameters">
+ <dl>
+ <dt>
+ <i>val</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt; Generic Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a> <b>ToEnumerable&lt;T&gt;</b> (<i>this</i> <i title="To be added.">T</i> self)</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Parameters">
+ <dl>
+ <dt>
+ <i>self</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/Func`2.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/Func`2.html
new file mode 100644
index 00000000..4f93ac47
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/Func`2.html
@@ -0,0 +1,263 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.Func&lt;TArg,TRet&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Func`2">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Func`2:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Func`2:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Func`2:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.Func`2">Func&lt;TArg,TRet&gt; Generic Delegate</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.Func`2:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Generic.Func`2:Signature">[Mono.DocTest.Doc("method")]<br />[return:Mono.DocTest.Doc("return", Field=false)]<br />public delegate <i title="To be added.">TRet</i> <b>Func&lt;[Mono.DocTest.Doc("arg!")] TArg, [Mono.DocTest.Doc("ret!")] TRet&gt;</b> ([Mono.DocTest.Doc("arg-actual")] <i title="To be added.">TArg</i> a)<br /> where TArg : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Exception">Exception</a></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.Func`2:Docs">
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.Func`2:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>TArg</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>TRet</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.Func`2:Docs:Parameters">
+ <dl>
+ <dt>
+ <i>a</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.Func`2:Docs:Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.Func`2:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.Func`2:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.Func`2:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1+FooEventArgs.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1+FooEventArgs.html
new file mode 100644
index 00000000..03463792
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1+FooEventArgs.html
@@ -0,0 +1,295 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.GenericBase&lt;U&gt;.FooEventArgs</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs">GenericBase&lt;U&gt;.FooEventArgs Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Signature">public class <b>GenericBase&lt;U&gt;.FooEventArgs</b> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventArgs">EventArgs</a></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventArgs">EventArgs</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs()">GenericBase</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs()">GenericBase Constructor</h3>
+ <blockquote id="C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>GenericBase</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1+NestedCollection+Enumerator.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1+NestedCollection+Enumerator.html
new file mode 100644
index 00000000..1b30bf3a
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1+NestedCollection+Enumerator.html
@@ -0,0 +1,257 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.GenericBase&lt;U&gt;.NestedCollection.Enumerator</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.NestedCollection.Enumerator">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.NestedCollection.Enumerator:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.NestedCollection.Enumerator:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.NestedCollection.Enumerator:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.GenericBase`1.NestedCollection.Enumerator">GenericBase&lt;U&gt;.NestedCollection.Enumerator Struct</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.GenericBase`1.NestedCollection.Enumerator:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Generic.GenericBase`1.NestedCollection.Enumerator:Signature">protected struct <b>GenericBase&lt;U&gt;.NestedCollection.Enumerator</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.GenericBase`1.NestedCollection.Enumerator:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.GenericBase`1.NestedCollection.Enumerator:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.GenericBase`1.NestedCollection.Enumerator:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ValueType">ValueType</a>.
+ </p>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.GenericBase`1.NestedCollection.Enumerator:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1+NestedCollection.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1+NestedCollection.html
new file mode 100644
index 00000000..ad1234a1
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1+NestedCollection.html
@@ -0,0 +1,295 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.GenericBase&lt;U&gt;.NestedCollection</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.NestedCollection">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.NestedCollection:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.NestedCollection:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.NestedCollection:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.GenericBase`1.NestedCollection">GenericBase&lt;U&gt;.NestedCollection Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.GenericBase`1.NestedCollection:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Generic.GenericBase`1.NestedCollection:Signature">public class <b>GenericBase&lt;U&gt;.NestedCollection</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.GenericBase`1.NestedCollection:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.GenericBase`1.NestedCollection:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.GenericBase`1.NestedCollection:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Generic.GenericBase`1.NestedCollection()">GenericBase</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.GenericBase`1.NestedCollection:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Generic.GenericBase`1.NestedCollection()">GenericBase Constructor</h3>
+ <blockquote id="C:Mono.DocTest.Generic.GenericBase`1.NestedCollection():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>GenericBase</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Generic.GenericBase`1.NestedCollection():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Generic.GenericBase`1.NestedCollection():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1.html
new file mode 100644
index 00000000..18d151e7
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/GenericBase`1.html
@@ -0,0 +1,727 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.GenericBase&lt;U&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.GenericBase`1">GenericBase&lt;U&gt; Generic Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.GenericBase`1:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Generic.GenericBase`1:Signature">public class <b>GenericBase&lt;U&gt;</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.GenericBase`1:Docs">
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.GenericBase`1:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.GenericBase`1:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.GenericBase`1:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Generic.GenericBase`1()">GenericBase</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Fields</h2>
+ <div class="SectionBox" id="Public Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>const </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Generic.GenericBase`1.ConstField1">ConstField1</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static readonly </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Generic.GenericBase`1.StaticField1">StaticField1</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Methods</h2>
+ <div class="SectionBox" id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0)">BaseMethod&lt;S&gt;</a>
+ </b>(<i title="To be added.">S</i>)<nobr> : <i title="To be added.">U</i></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Events</h2>
+ <div class="SectionBox" id="Public Events">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#E:Mono.DocTest.Generic.GenericBase`1.ItemChanged">ItemChanged</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#E:Mono.DocTest.Generic.GenericBase`1.MyEvent">MyEvent</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Operators</h2>
+ <div class="SectionBox" id="Public Operators">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td>
+ <b>
+ <a href="#M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0">Conversion to U</a>
+ </b>(Explicit)</td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.GenericBase`1:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Generic.GenericBase`1()">GenericBase Constructor</h3>
+ <blockquote id="C:Mono.DocTest.Generic.GenericBase`1():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>GenericBase</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Generic.GenericBase`1():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Generic.GenericBase`1():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0)">BaseMethod&lt;S&gt; Generic Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <i title="To be added.">U</i> <b>BaseMethod&lt;[Mono.DocTest.Doc("S")] S&gt;</b> (<i title="To be added.">S</i> genericParameter)</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Type Parameters">
+ <dl>
+ <dt>
+ <i>S</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Parameters">
+ <dl>
+ <dt>
+ <i>genericParameter</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1">ConstField1 Field</h3>
+ <blockquote id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public const <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>ConstField1</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="E:Mono.DocTest.Generic.GenericBase`1.ItemChanged">ItemChanged Event</h3>
+ <blockquote id="E:Mono.DocTest.Generic.GenericBase`1.ItemChanged:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public event <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Action`2">Action&lt;MyList&lt;U&gt;, MyList&lt;U&gt;.Helper&lt;U, U&gt;&gt;</a> <b>ItemChanged</b> </div>
+ <h4 class="Subsection">Exceptions</h4>
+ <blockquote class="SubsectionBox" id="E:Mono.DocTest.Generic.GenericBase`1.ItemChanged:Exceptions">
+ <table class="TypeDocumentation">
+ <tr>
+ <th>Type</th>
+ <th>Reason</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentNullException">ArgumentNullException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentOutOfRangeException">ArgumentOutOfRangeException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArrayTypeMismatchException">ArrayTypeMismatchException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.FormatException">FormatException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IndexOutOfRangeException">IndexOutOfRangeException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.InvalidOperationException">InvalidOperationException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.MulticastNotSupportedException">MulticastNotSupportedException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.OutOfMemoryException">OutOfMemoryException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.RankException">RankException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="E:Mono.DocTest.Generic.GenericBase`1.ItemChanged:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="E:Mono.DocTest.Generic.GenericBase`1.ItemChanged:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent">MyEvent Event</h3>
+ <blockquote id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public event <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1">EventHandler&lt;GenericBase&lt;U&gt;.FooEventArgs&gt;</a> <b>MyEvent</b> </div>
+ <h4 class="Subsection">Exceptions</h4>
+ <blockquote class="SubsectionBox" id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent:Exceptions">
+ <table class="TypeDocumentation">
+ <tr>
+ <th>Type</th>
+ <th>Reason</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentNullException">ArgumentNullException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentOutOfRangeException">ArgumentOutOfRangeException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArrayTypeMismatchException">ArrayTypeMismatchException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.FormatException">FormatException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IndexOutOfRangeException">IndexOutOfRangeException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.InvalidOperationException">InvalidOperationException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.MulticastNotSupportedException">MulticastNotSupportedException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.OutOfMemoryException">OutOfMemoryException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.RankException">RankException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0">Conversion Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static explicit operator <i title="To be added.">U</i> (<a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a> list)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Parameters">
+ <dl>
+ <dt>
+ <i>list</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1">StaticField1 Field</h3>
+ <blockquote id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static readonly <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a> <b>StaticField1</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/IFoo`1.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/IFoo`1.html
new file mode 100644
index 00000000..a1db55ee
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/IFoo`1.html
@@ -0,0 +1,347 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.IFoo&lt;T&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.IFoo`1">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.IFoo`1:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.IFoo`1:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.IFoo`1:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.IFoo`1">IFoo&lt;T&gt; Generic Interface</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.IFoo`1:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Generic.IFoo`1:Signature">public interface <b>IFoo&lt;T&gt;</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.IFoo`1:Docs">
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.IFoo`1:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.IFoo`1:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.IFoo`1:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <h2 class="Section">Public Methods</h2>
+ <div class="SectionBox" id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0)">Method&lt;U&gt;</a>
+ </b>(<i title="To be added.">T</i>, <i title="To be added.">U</i>)<nobr> : <i title="To be added.">T</i></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String)">Bar&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="../Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;T&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0)">ToDouble&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="javascript:alert(&quot;Documentation not found.&quot;)">T</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="javascript:alert(&quot;Documentation not found.&quot;)">T</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.IFoo`1:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0)">Method&lt;U&gt; Generic Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <i title="To be added.">T</i> <b>Method&lt;U&gt;</b> (<i title="To be added.">T</i> t, <i title="To be added.">U</i> u)</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Parameters">
+ <dl>
+ <dt>
+ <i>t</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>u</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/MyList`1+Helper`2.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/MyList`1+Helper`2.html
new file mode 100644
index 00000000..da286338
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/MyList`1+Helper`2.html
@@ -0,0 +1,368 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.MyList&lt;T&gt;.Helper&lt;U,V&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1.Helper`2">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1.Helper`2:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1.Helper`2:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.MyList`1.Helper`2">MyList&lt;T&gt;.Helper&lt;U,V&gt; Generic Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Signature">public class <b>MyList&lt;T, U, V&gt;</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs">
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>V</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Generic.MyList`1.Helper`2()">MyList</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Methods</h2>
+ <div class="SectionBox" id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1)">UseT</a>
+ </b>(<i title="">T</i>, <i title="To be added.">U</i>, <i title="To be added.">V</i>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="javascript:alert(&quot;Documentation not found.&quot;)">T</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Generic.MyList`1.Helper`2()">MyList Constructor</h3>
+ <blockquote id="C:Mono.DocTest.Generic.MyList`1.Helper`2():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>MyList</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Generic.MyList`1.Helper`2():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Generic.MyList`1.Helper`2():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1)">UseT Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>UseT</b> (<i title="">T</i> a, <i title="To be added.">U</i> b, <i title="To be added.">V</i> c)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Parameters">
+ <dl>
+ <dt>
+ <i>a</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>b</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>c</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/MyList`1.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/MyList`1.html
new file mode 100644
index 00000000..dc8a7bc3
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/MyList`1.html
@@ -0,0 +1,713 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.MyList&lt;T&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.MyList`1">MyList&lt;T&gt; Generic Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.MyList`1:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Generic.MyList`1:Signature">public class <b>MyList&lt;[Mono.DocTest.Doc("Type Parameter!")] T&gt;</b> : <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;T&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Int32[]&gt;</a></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.MyList`1:Docs">
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`1:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.MyList`1:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.MyList`1:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;T&gt;</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Generic.MyList`1()">MyList</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Fields</h2>
+ <div class="SectionBox" id="Public Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>const </div>
+ </td>
+ <td>
+ <b>
+ <a href="../Mono.DocTest.Generic/GenericBase`1.html#F:Mono.DocTest.Generic.GenericBase`1.ConstField1">ConstField1</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span> (<i>Inherited from <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>.</i>)</td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Methods</h2>
+ <div class="SectionBox" id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/GenericBase`1.html#M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0)">BaseMethod&lt;S&gt;</a>
+ </b>(<i title="To be added.">S</i>)<nobr> : <i title="To be added.">T</i></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span> (<i>Inherited from <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>.</i>)</blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.GetEnumerator()">GetEnumerator</a>
+ </b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1">IEnumerator&lt;Int32[]&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.GetHelper``2()">GetHelper&lt;U,V&gt;</a>
+ </b>()<nobr> : <a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U, V&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0)">Method&lt;U&gt;</a>
+ </b>(<i title="To be added.">T</i>, <i title="To be added.">U</i>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@)">RefMethod&lt;U&gt;</a>
+ </b>(<i>ref</i> <i title="To be added.">T</i>, <i>ref</i> <i title="To be added.">U</i>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.Test(`0)">Test</a>
+ </b>(<i title="To be added.">T</i>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1})">UseHelper&lt;U,V&gt;</a>
+ </b>(<a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U, V&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Events</h2>
+ <div class="SectionBox" id="Public Events">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="../Mono.DocTest.Generic/GenericBase`1.html#E:Mono.DocTest.Generic.GenericBase`1.ItemChanged">ItemChanged</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span> (<i>Inherited from <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>.</i>)</td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="../Mono.DocTest.Generic/GenericBase`1.html#E:Mono.DocTest.Generic.GenericBase`1.MyEvent">MyEvent</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span> (<i>Inherited from <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>.</i>)</td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Explicitly Implemented Interface Members</h2>
+ <div class="SectionBox" id="Explicitly Implemented Interface Members">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator()">
+ <b>IEnumerable.GetEnumerator</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">ForEach&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a>, <a href="../System/Action`1.html">Action&lt;T&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32})">ToDouble</a>
+ </b>(<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;double&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="javascript:alert(&quot;Documentation not found.&quot;)">T</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.MyList`1:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Generic.MyList`1()">MyList Constructor</h3>
+ <blockquote id="C:Mono.DocTest.Generic.MyList`1():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>MyList</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Generic.MyList`1():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Generic.MyList`1():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator()">GetEnumerator Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1">IEnumerator&lt;Int32[]&gt;</a> <b>GetEnumerator</b> ()</div>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator():Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2()">GetHelper&lt;U,V&gt; Generic Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U, V&gt;</a> <b>GetHelper&lt;U, V&gt;</b> ()</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2():Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>V</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2():Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0)">Method&lt;U&gt; Generic Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Method&lt;U&gt;</b> (<i title="To be added.">T</i> t, <i title="To be added.">U</i> u)</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Parameters">
+ <dl>
+ <dt>
+ <i>t</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>u</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@)">RefMethod&lt;U&gt; Generic Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>RefMethod&lt;U&gt;</b> (<i>ref</i> <i title="To be added.">T</i> t, <i>ref</i> <i title="To be added.">U</i> u)</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Parameters">
+ <dl>
+ <dt>
+ <i>t</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>u</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator()">System.Collections.IEnumerable.GetEnumerator Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.IEnumerator">IEnumerator</a> <b>System.Collections.IEnumerable.GetEnumerator</b> ()</div>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator():Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.Test(`0)">Test Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.Test(`0):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Test</b> (<i title="To be added.">T</i> t)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Test(`0):Parameters">
+ <dl>
+ <dt>
+ <i>t</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.Test(`0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.Test(`0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1})">UseHelper&lt;U,V&gt; Generic Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>UseHelper&lt;U, V&gt;</b> (<a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U, V&gt;</a> helper)</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>V</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Parameters">
+ <dl>
+ <dt>
+ <i>helper</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/MyList`2.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/MyList`2.html
new file mode 100644
index 00000000..1667bfdd
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/MyList`2.html
@@ -0,0 +1,1079 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.MyList&lt;A,B&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`2">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`2:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`2:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`2:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.MyList`2">MyList&lt;A,B&gt; Generic Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.MyList`2:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Generic.MyList`2:Signature">public class <b>MyList&lt;A, B&gt;</b> : <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;Dictionary&lt;A, B&gt;&gt;</a>, <a href="../Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;A&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.ICollection`1">ICollection&lt;A&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;A&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1">IEnumerator&lt;A&gt;</a><br /> where A : class, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IList`1">IList&lt;B&gt;</a>, new()<br /> where B : class, <i title="To be added.">A</i></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.MyList`2:Docs">
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`2:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>A</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>B</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.MyList`2:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Generic.MyList`2:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;Dictionary&lt;A, B&gt;&gt;</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Generic.MyList`2()">MyList</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Fields</h2>
+ <div class="SectionBox" id="Public Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>const </div>
+ </td>
+ <td>
+ <b>
+ <a href="../Mono.DocTest.Generic/GenericBase`1.html#F:Mono.DocTest.Generic.GenericBase`1.ConstField1">ConstField1</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span> (<i>Inherited from <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>.</i>)</td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Properties</h2>
+ <div class="SectionBox" id="Public Properties">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>[read-only]<div></div></td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Generic.MyList`2.Count">Count</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>[read-only]<div></div></td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Generic.MyList`2.Current">Current</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <i title="To be added.">A</i>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Methods</h2>
+ <div class="SectionBox" id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/GenericBase`1.html#M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0)">BaseMethod&lt;S&gt;</a>
+ </b>(<i title="To be added.">S</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.Dictionary`2">Dictionary&lt;A, B&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span> (<i>Inherited from <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>.</i>)</blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32)">CopyTo</a>
+ </b>(<i title="To be added.">A</i>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.Dispose()">Dispose</a>
+ </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.Foo()">Foo</a>
+ </b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.KeyValuePair`2">KeyValuePair&lt;IEnumerable&lt;A&gt;, IEnumerable&lt;B&gt;&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.GetEnumerator()">GetEnumerator</a>
+ </b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1.Enumerator">List&lt;A&gt;.Enumerator</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.MoveNext()">MoveNext</a>
+ </b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.Reset()">Reset</a>
+ </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Events</h2>
+ <div class="SectionBox" id="Public Events">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="../Mono.DocTest.Generic/GenericBase`1.html#E:Mono.DocTest.Generic.GenericBase`1.ItemChanged">ItemChanged</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span> (<i>Inherited from <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>.</i>)</td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="../Mono.DocTest.Generic/GenericBase`1.html#E:Mono.DocTest.Generic.GenericBase`1.MyEvent">MyEvent</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span> (<i>Inherited from <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>.</i>)</td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Explicitly Implemented Interface Members</h2>
+ <div class="SectionBox" id="Explicitly Implemented Interface Members">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0)">
+ <b>ICollection&lt;A&gt;.Add</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear()">
+ <b>ICollection&lt;A&gt;.Clear</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0)">
+ <b>ICollection&lt;A&gt;.Contains</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>[read-only]<div></div></td>
+ <td>
+ <a href="#P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current">
+ <b>IEnumerator&lt;A&gt;.Current</b>
+ </a>
+ </td>
+ <td>
+ <i>
+ <i title="To be added.">A</i>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>[read-only]<div></div></td>
+ <td>
+ <a href="#P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current">
+ <b>IEnumerator.Current</b>
+ </a>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator()">
+ <b>IEnumerable&lt;A&gt;.GetEnumerator</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator()">
+ <b>IEnumerable.GetEnumerator</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>[read-only]<div></div></td>
+ <td>
+ <a href="#P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly">
+ <b>ICollection&lt;A&gt;.IsReadOnly</b>
+ </a>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0)">
+ <b>Mono.DocTest.Generic.IFoo&lt;A&gt;.Method&lt;U&gt;</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0)">
+ <b>ICollection&lt;A&gt;.Remove</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String)">Bar&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="../Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;T&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">ForEach&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a>, <a href="../System/Action`1.html">Action&lt;T&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32})">ToDouble</a>
+ </b>(<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;double&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0)">ToDouble&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.MyList`2:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Generic.MyList`2()">MyList Constructor</h3>
+ <blockquote id="C:Mono.DocTest.Generic.MyList`2():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>MyList</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Generic.MyList`2():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Generic.MyList`2():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32)">CopyTo Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>CopyTo</b> (<i title="To be added.">A</i>[] array, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> arrayIndex)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>array</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>arrayIndex</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Generic.MyList`2.Count">Count Property</h3>
+ <blockquote id="P:Mono.DocTest.Generic.MyList`2.Count:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>Count</b> { get; }</div>
+ <h4 class="Subsection">Value</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.Count:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.Count:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.Count:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Generic.MyList`2.Current">Current Property</h3>
+ <blockquote id="P:Mono.DocTest.Generic.MyList`2.Current:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <i title="To be added.">A</i> <b>Current</b> { get; }</div>
+ <h4 class="Subsection">Value</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.Current:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.Current:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.Current:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.Dispose()">Dispose Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.Dispose():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Dispose</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Dispose():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Dispose():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.Foo()">Foo Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.Foo():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.KeyValuePair`2">KeyValuePair&lt;IEnumerable&lt;A&gt;, IEnumerable&lt;B&gt;&gt;</a> <b>Foo</b> ()</div>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Foo():Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Foo():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Foo():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator()">GetEnumerator Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1.Enumerator">List&lt;A&gt;.Enumerator</a> <b>GetEnumerator</b> ()</div>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator():Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0)">Mono.DocTest.Generic.IFoo&lt;A&gt;.Method&lt;U&gt; Generic Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">
+ <i title="To be added.">A</i> <b>Mono.DocTest.Generic.IFoo&lt;U&gt;</b> (<i title="To be added.">A</i> a, <i title="To be added.">U</i> u)</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Parameters">
+ <dl>
+ <dt>
+ <i>a</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>u</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.MoveNext()">MoveNext Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.MoveNext():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>MoveNext</b> ()</div>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.MoveNext():Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.MoveNext():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.MoveNext():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.Reset()">Reset Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.Reset():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Reset</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Reset():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.Reset():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0)">System.Collections.Generic.ICollection&lt;A&gt;.Add Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.Add</b> (<i title="To be added.">A</i> item)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Parameters">
+ <dl>
+ <dt>
+ <i>item</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear()">System.Collections.Generic.ICollection&lt;A&gt;.Clear Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.Clear</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0)">System.Collections.Generic.ICollection&lt;A&gt;.Contains Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.Contains</b> (<i title="To be added.">A</i> item)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Parameters">
+ <dl>
+ <dt>
+ <i>item</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly">System.Collections.Generic.ICollection&lt;A&gt;.IsReadOnly Property</h3>
+ <blockquote id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.IsReadOnly</b> { get; }</div>
+ <h4 class="Subsection">Value</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0)">System.Collections.Generic.ICollection&lt;A&gt;.Remove Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.Remove</b> (<i title="To be added.">A</i> item)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Parameters">
+ <dl>
+ <dt>
+ <i>item</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator()">System.Collections.Generic.IEnumerable&lt;A&gt;.GetEnumerator Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1">IEnumerator&lt;A&gt;</a> <b>System.Collections.Generic.IEnumerable&lt;A&gt;.GetEnumerator</b> ()</div>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator():Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current">System.Collections.Generic.IEnumerator&lt;A&gt;.Current Property</h3>
+ <blockquote id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">
+ <i title="To be added.">A</i> <b>System.Collections.Generic.IEnumerator&lt;A&gt;.Current</b> { get; }</div>
+ <h4 class="Subsection">Value</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator()">System.Collections.IEnumerable.GetEnumerator Method</h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.IEnumerator">IEnumerator</a> <b>System.Collections.IEnumerable.GetEnumerator</b> ()</div>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator():Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator():Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current">System.Collections.IEnumerator.Current Property</h3>
+ <blockquote id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> <b>System.Collections.IEnumerator.Current</b> { get; }</div>
+ <h4 class="Subsection">Value</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/index.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/index.html
new file mode 100644
index 00000000..a5a4731a
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/index.html
@@ -0,0 +1,294 @@
+<html>
+ <head>
+ <title>DocTest: Mono.DocTest.Generic</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a>
+ </div>
+ <h1 class="PageTitle">Mono.DocTest.Generic Namespace</h1>
+ <p class="Summary">
+ </p>
+ <div>
+ </div>
+ <div class="Remarks">
+ <h2 class="Section"> Namespace</h2>
+ <p>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <table class="TypesListing" style="margin-top: 1em">
+ <tr>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Extensions.html">Extensions</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Func`2.html">Func&lt;TArg,TRet&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./GenericBase`1.html">GenericBase&lt;U&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./GenericBase`1+FooEventArgs.html">GenericBase&lt;U&gt;.FooEventArgs</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./GenericBase`1+NestedCollection.html">GenericBase&lt;U&gt;.NestedCollection</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./GenericBase`1+NestedCollection+Enumerator.html">GenericBase&lt;U&gt;.NestedCollection.Enumerator</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./IFoo`1.html">IFoo&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./MyList`1.html">MyList&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U,V&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./MyList`2.html">MyList&lt;A,B&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <div class="Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">To be added.</div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Color.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Color.html
new file mode 100644
index 00000000..58ff0367
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Color.html
@@ -0,0 +1,272 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Color</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Color">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Color:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Color:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Color:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Color">Color Enum</h1>
+ <p class="Summary" id="T:Mono.DocTest.Color:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Color:Signature">public enum <b>Color</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Color:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Color:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Members</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Color:Docs:Members">
+ <table class="Enumeration">
+ <tr>
+ <th>Member Name</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Color.AnotherGreen">
+ <b>AnotherGreen</b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Color.Blue">
+ <b>Blue</b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Color.Green">
+ <b>Green</b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Color.Red">
+ <b>Red</b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Color:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Color:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/D.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/D.html
new file mode 100644
index 00000000..685d89f3
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/D.html
@@ -0,0 +1,246 @@
+<html>
+ <head>
+ <title>Mono.DocTest.D</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.D">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.D:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.D:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.D:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.D">D Delegate</h1>
+ <p class="Summary" id="T:Mono.DocTest.D:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.D:Signature">public delegate <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> <b>D</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`3">Func&lt;string, object, object&gt;</a> value)</div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.D:Docs">
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.D:Docs:Parameters">
+ <dl>
+ <dt>
+ <i>value</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.D:Docs:Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.D:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.D:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.D:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/DocAttribute.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/DocAttribute.html
new file mode 100644
index 00000000..fcaa39ad
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/DocAttribute.html
@@ -0,0 +1,465 @@
+<html>
+ <head>
+ <title>Mono.DocTest.DocAttribute</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.DocAttribute">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.DocAttribute:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.DocAttribute:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.DocAttribute:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.DocAttribute">DocAttribute Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.DocAttribute:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.DocAttribute:Signature">[System.AttributeUsage(System.AttributeTargets.All)]<br />public class <b>DocAttribute</b> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Attribute">Attribute</a></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.DocAttribute:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.DocAttribute:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.DocAttribute:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Attribute">Attribute</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.DocAttribute(System.String)">DocAttribute</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Fields</h2>
+ <div class="SectionBox" id="Public Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.DocAttribute.Field">Field</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.DocAttribute.FlagsEnum">FlagsEnum</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ConsoleModifiers">ConsoleModifiers</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.DocAttribute.NonFlagsEnum">NonFlagsEnum</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="../Mono.DocTest/Color.html">Color</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Properties</h2>
+ <div class="SectionBox" id="Public Properties">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.DocAttribute.Property">Property</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.DocAttribute:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.DocAttribute(System.String)">DocAttribute Constructor</h3>
+ <blockquote id="C:Mono.DocTest.DocAttribute(System.String):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>DocAttribute</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> docs)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.DocAttribute(System.String):Parameters">
+ <dl>
+ <dt>
+ <i>docs</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Exceptions</h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.DocAttribute(System.String):Exceptions">
+ <table class="TypeDocumentation">
+ <tr>
+ <th>Type</th>
+ <th>Reason</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentNullException">ArgumentNullException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.DocAttribute(System.String):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.DocAttribute(System.String):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.DocAttribute.Field">Field Field</h3>
+ <blockquote id="F:Mono.DocTest.DocAttribute.Field:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>Field</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.DocAttribute.Field:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.DocAttribute.Field:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.DocAttribute.FlagsEnum">FlagsEnum Field</h3>
+ <blockquote id="F:Mono.DocTest.DocAttribute.FlagsEnum:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ConsoleModifiers">ConsoleModifiers</a> <b>FlagsEnum</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.DocAttribute.FlagsEnum:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.DocAttribute.FlagsEnum:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.DocAttribute.NonFlagsEnum">NonFlagsEnum Field</h3>
+ <blockquote id="F:Mono.DocTest.DocAttribute.NonFlagsEnum:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="../Mono.DocTest/Color.html">Color</a> <b>NonFlagsEnum</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.DocAttribute.NonFlagsEnum:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.DocAttribute.NonFlagsEnum:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.DocAttribute.Property">Property Property</h3>
+ <blockquote id="P:Mono.DocTest.DocAttribute.Property:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> <b>Property</b> { get; set; }</div>
+ <h4 class="Subsection">Value</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.DocAttribute.Property:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.DocAttribute.Property:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.DocAttribute.Property:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/DocValueType.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/DocValueType.html
new file mode 100644
index 00000000..287c0af3
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/DocValueType.html
@@ -0,0 +1,364 @@
+<html>
+ <head>
+ <title>Mono.DocTest.DocValueType</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.DocValueType">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.DocValueType:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.DocValueType:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.DocValueType:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.DocValueType">DocValueType Struct</h1>
+ <p class="Summary" id="T:Mono.DocTest.DocValueType:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.DocValueType:Signature">public struct <b>DocValueType</b> : <a href="../Mono.DocTest/IProcess.html">IProcess</a></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.DocValueType:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.DocValueType:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.DocValueType:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ValueType">ValueType</a>.
+ </p>
+ <h2 class="Section">Public Fields</h2>
+ <div class="SectionBox" id="Public Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.DocValueType.total">total</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Methods</h2>
+ <div class="SectionBox" id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.DocValueType.M(System.Int32)">M</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.DocValueType:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="M:Mono.DocTest.DocValueType.M(System.Int32)">M Method</h3>
+ <blockquote id="M:Mono.DocTest.DocValueType.M(System.Int32):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.DocValueType.M(System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>i</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Exceptions</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.DocValueType.M(System.Int32):Exceptions">
+ <table class="TypeDocumentation">
+ <tr>
+ <th>Type</th>
+ <th>Reason</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ApplicationException">ApplicationException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.SystemException">SystemException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.DocValueType.M(System.Int32):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.DocValueType.M(System.Int32):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.DocValueType.total">total Field</h3>
+ <blockquote id="F:Mono.DocTest.DocValueType.total:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>total</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.DocValueType.total:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.DocValueType.total:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/IProcess.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/IProcess.html
new file mode 100644
index 00000000..b6706f52
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/IProcess.html
@@ -0,0 +1,253 @@
+<html>
+ <head>
+ <title>Mono.DocTest.IProcess</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.IProcess">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.IProcess:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.IProcess:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.IProcess:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.IProcess">IProcess Interface</h1>
+ <p class="Summary" id="T:Mono.DocTest.IProcess:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.IProcess:Signature">public interface <b>IProcess</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.IProcess:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.IProcess:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.IProcess:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.IProcess:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/UseLists.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/UseLists.html
new file mode 100644
index 00000000..6f45b456
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/UseLists.html
@@ -0,0 +1,640 @@
+<html>
+ <head>
+ <title>Mono.DocTest.UseLists</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.UseLists">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.UseLists:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.UseLists:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.UseLists:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.UseLists">UseLists Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.UseLists:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.UseLists:Signature">public class <b>UseLists</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.UseLists:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.UseLists:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.UseLists:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.UseLists()">UseLists</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Methods</h2>
+ <div class="SectionBox" id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.UseLists.GetValues``1(``0)">GetValues&lt;T&gt;</a>
+ </b>(<i title="To be added.">T</i>)<nobr> : <a href="../Mono.DocTest.Generic/MyList`1.html">Mono.DocTest.Generic.MyList&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32})">Process</a>
+ </b>(<a href="../Mono.DocTest.Generic/MyList`1.html">Mono.DocTest.Generic.MyList&lt;int&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32})">Process</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1">List&lt;int&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}})">Process</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1">List&lt;Predicate&lt;int&gt;&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}})">Process&lt;T&gt;</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1">List&lt;Predicate&lt;T&gt;&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2})">UseHelper&lt;T,U,V&gt;</a>
+ </b>(<a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">Mono.DocTest.Generic.MyList&lt;T&gt;.Helper&lt;U, V&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.UseLists:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.UseLists()">UseLists Constructor</h3>
+ <blockquote id="C:Mono.DocTest.UseLists():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>UseLists</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.UseLists():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.UseLists():Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.UseLists.GetValues``1(``0)">GetValues&lt;T&gt; Generic Method</h3>
+ <blockquote id="M:Mono.DocTest.UseLists.GetValues``1(``0):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="../Mono.DocTest.Generic/MyList`1.html">Mono.DocTest.Generic.MyList&lt;T&gt;</a> <b>GetValues&lt;T&gt;</b> (<i title="To be added.">T</i> value)<br /> where T : struct</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.GetValues``1(``0):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.GetValues``1(``0):Parameters">
+ <dl>
+ <dt>
+ <i>value</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.GetValues``1(``0):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.UseLists.GetValues``1(``0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.UseLists.GetValues``1(``0):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32})">Process Method</h3>
+ <blockquote id="M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Process</b> (<a href="../Mono.DocTest.Generic/MyList`1.html">Mono.DocTest.Generic.MyList&lt;int&gt;</a> list)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):Parameters">
+ <dl>
+ <dt>
+ <i>list</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32})">Process Method</h3>
+ <blockquote id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Process</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1">List&lt;int&gt;</a> list)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):Parameters">
+ <dl>
+ <dt>
+ <i>list</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Exceptions</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):Exceptions">
+ <table class="TypeDocumentation">
+ <tr>
+ <th>Type</th>
+ <th>Reason</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Exception">Exception</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}})">Process Method</h3>
+ <blockquote id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Process</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1">List&lt;Predicate&lt;int&gt;&gt;</a> list)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):Parameters">
+ <dl>
+ <dt>
+ <i>list</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Exceptions</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):Exceptions">
+ <table class="TypeDocumentation">
+ <tr>
+ <th>Type</th>
+ <th>Reason</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentNullException">ArgumentNullException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}})">Process&lt;T&gt; Generic Method</h3>
+ <blockquote id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Process&lt;T&gt;</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1">List&lt;Predicate&lt;T&gt;&gt;</a> list)</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Parameters">
+ <dl>
+ <dt>
+ <i>list</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Exceptions</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Exceptions">
+ <table class="TypeDocumentation">
+ <tr>
+ <th>Type</th>
+ <th>Reason</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentNullException">ArgumentNullException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2})">UseHelper&lt;T,U,V&gt; Generic Method</h3>
+ <blockquote id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>UseHelper&lt;T, U, V&gt;</b> (<a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">Mono.DocTest.Generic.MyList&lt;T&gt;.Helper&lt;U, V&gt;</a> helper)</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>V</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Parameters">
+ <dl>
+ <dt>
+ <i>helper</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+Del.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+Del.html
new file mode 100644
index 00000000..8b205e3d
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+Del.html
@@ -0,0 +1,242 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget.Del</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Del">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Del:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Del:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Del:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget.Del">Widget.Del Delegate</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget.Del:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Widget.Del:Signature">public delegate <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Widget.Del</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i)</div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget.Del:Docs">
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.Del:Docs:Parameters">
+ <dl>
+ <dt>
+ <i>i</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.Del:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.Del:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget.Del:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+Direction.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+Direction.html
new file mode 100644
index 00000000..07836750
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+Direction.html
@@ -0,0 +1,272 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget.Direction</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Direction">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Direction:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Direction:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Direction:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget.Direction">Widget.Direction Enum</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget.Direction:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Widget.Direction:Signature">[System.Flags]<br />protected enum <b>Widget.Direction</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget.Direction:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.Direction:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Members</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.Direction:Docs:Members">
+ <table class="Enumeration">
+ <tr>
+ <th>Member Name</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Widget.Direction.East">
+ <b>East</b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Widget.Direction.North">
+ <b>North</b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Widget.Direction.South">
+ <b>South</b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Widget.Direction.West">
+ <b>West</b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.Direction:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget.Direction:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+IMenuItem.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+IMenuItem.html
new file mode 100644
index 00000000..cd355741
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+IMenuItem.html
@@ -0,0 +1,328 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget.IMenuItem</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget.IMenuItem">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.IMenuItem:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.IMenuItem:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.IMenuItem:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget.IMenuItem">Widget.IMenuItem Interface</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget.IMenuItem:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Widget.IMenuItem:Signature">public interface <b>Widget.IMenuItem</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget.IMenuItem:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.IMenuItem:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.IMenuItem:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <h2 class="Section">Public Properties</h2>
+ <div class="SectionBox" id="Public Properties">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Widget.IMenuItem.B">B</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Methods</h2>
+ <div class="SectionBox" id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.IMenuItem.A()">A</a>
+ </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget.IMenuItem:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="M:Mono.DocTest.Widget.IMenuItem.A()">A Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.IMenuItem.A():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>A</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.IMenuItem.A():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.IMenuItem.A():Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Widget.IMenuItem.B">B Property</h3>
+ <blockquote id="P:Mono.DocTest.Widget.IMenuItem.B:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>B</b> { get; set; }</div>
+ <h4 class="Subsection">Value</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.IMenuItem.B:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.IMenuItem.B:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.IMenuItem.B:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass+Double+Triple+Quadruple.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass+Double+Triple+Quadruple.html
new file mode 100644
index 00000000..9da4c6ff
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass+Double+Triple+Quadruple.html
@@ -0,0 +1,295 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple">Widget.NestedClass.Double.Triple.Quadruple Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple:Signature">public class <b>Widget.NestedClass.Double.Triple.Quadruple</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple()">Widget.NestedClass.Double.Triple.Quadruple</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple()">Widget.NestedClass.Double.Triple.Quadruple Constructor</h3>
+ <blockquote id="C:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>Widget.NestedClass.Double.Triple.Quadruple</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple():Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass+Double+Triple.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass+Double+Triple.html
new file mode 100644
index 00000000..901fc614
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass+Double+Triple.html
@@ -0,0 +1,295 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget.NestedClass.Double.Triple</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass.Double.Triple">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass.Double.Triple:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass.Double.Triple:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass.Double.Triple:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget.NestedClass.Double.Triple">Widget.NestedClass.Double.Triple Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget.NestedClass.Double.Triple:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Widget.NestedClass.Double.Triple:Signature">public class <b>Widget.NestedClass.Double.Triple</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget.NestedClass.Double.Triple:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.NestedClass.Double.Triple:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.NestedClass.Double.Triple:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Widget.NestedClass.Double.Triple()">Widget.NestedClass.Double.Triple</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget.NestedClass.Double.Triple:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Widget.NestedClass.Double.Triple()">Widget.NestedClass.Double.Triple Constructor</h3>
+ <blockquote id="C:Mono.DocTest.Widget.NestedClass.Double.Triple():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>Widget.NestedClass.Double.Triple</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget.NestedClass.Double.Triple():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget.NestedClass.Double.Triple():Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass+Double.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass+Double.html
new file mode 100644
index 00000000..39290259
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass+Double.html
@@ -0,0 +1,295 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget.NestedClass.Double</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass.Double">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass.Double:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass.Double:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass.Double:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget.NestedClass.Double">Widget.NestedClass.Double Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget.NestedClass.Double:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Widget.NestedClass.Double:Signature">public class <b>Widget.NestedClass.Double</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget.NestedClass.Double:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.NestedClass.Double:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.NestedClass.Double:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Widget.NestedClass.Double()">Widget.NestedClass.Double</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget.NestedClass.Double:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Widget.NestedClass.Double()">Widget.NestedClass.Double Constructor</h3>
+ <blockquote id="C:Mono.DocTest.Widget.NestedClass.Double():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>Widget.NestedClass.Double</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget.NestedClass.Double():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget.NestedClass.Double():Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass.html
new file mode 100644
index 00000000..272c3d7f
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass.html
@@ -0,0 +1,377 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget.NestedClass</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget.NestedClass">Widget.NestedClass Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget.NestedClass:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Widget.NestedClass:Signature">public class <b>Widget.NestedClass</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget.NestedClass:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.NestedClass:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.NestedClass:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Widget.NestedClass()">Widget.NestedClass</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Fields</h2>
+ <div class="SectionBox" id="Public Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.NestedClass.value">value</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Methods</h2>
+ <div class="SectionBox" id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.NestedClass.M(System.Int32)">M</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget.NestedClass:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Widget.NestedClass()">Widget.NestedClass Constructor</h3>
+ <blockquote id="C:Mono.DocTest.Widget.NestedClass():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>Widget.NestedClass</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget.NestedClass():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget.NestedClass():Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.NestedClass.M(System.Int32)">M Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.NestedClass.M(System.Int32):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.NestedClass.M(System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>i</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.NestedClass.M(System.Int32):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.NestedClass.M(System.Int32):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.NestedClass.value">value Field</h3>
+ <blockquote id="F:Mono.DocTest.Widget.NestedClass.value:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>value</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.NestedClass.value:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.NestedClass.value:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass`1.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass`1.html
new file mode 100644
index 00000000..4c32a889
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget+NestedClass`1.html
@@ -0,0 +1,388 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget.NestedClass&lt;T&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass`1">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass`1:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass`1:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass`1:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget.NestedClass`1">Widget.NestedClass&lt;T&gt; Generic Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget.NestedClass`1:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Widget.NestedClass`1:Signature">public class <b>Widget.NestedClass&lt;T&gt;</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget.NestedClass`1:Docs">
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.NestedClass`1:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.NestedClass`1:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget.NestedClass`1:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Widget.NestedClass`1()">Widget.NestedClass</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Fields</h2>
+ <div class="SectionBox" id="Public Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.NestedClass`1.value">value</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Methods</h2>
+ <div class="SectionBox" id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32)">M</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="javascript:alert(&quot;Documentation not found.&quot;)">T</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget.NestedClass`1:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Widget.NestedClass`1()">Widget.NestedClass Constructor</h3>
+ <blockquote id="C:Mono.DocTest.Widget.NestedClass`1():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>Widget.NestedClass</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget.NestedClass`1():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget.NestedClass`1():Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32)">M Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>i</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.NestedClass`1.value">value Field</h3>
+ <blockquote id="F:Mono.DocTest.Widget.NestedClass`1.value:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>value</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.NestedClass`1.value:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.NestedClass`1.value:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget.html
new file mode 100644
index 00000000..669b3d68
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/Widget.html
@@ -0,0 +1,2131 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget">Widget Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:Mono.DocTest.Widget:Signature">public class <b>Widget</b> : <a href="../Mono.DocTest/IProcess.html">IProcess</a></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:Mono.DocTest.Widget:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Widget()">Widget</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Widget(System.Converter{System.String,System.String})">Widget</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Converter`2">Converter&lt;string, string&gt;</a>)</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Widget(System.String)">Widget</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Fields</h2>
+ <div class="SectionBox" id="Public Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.array1">array1</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[]</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.array2">array2</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="../Mono.DocTest/Widget.html">Widget</a>[,]</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static readonly </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.classCtorError">classCtorError</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>[]</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.DynamicF">DynamicF</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object, string&gt;, Func&lt;object, Func&lt;System.Object&gt;,System.String&gt;&gt;</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.message">message</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.op_Division">op_Division</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="../Mono.DocTest/Widget.html">Widget</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.pCount">pCount</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>*</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.ppValues">ppValues</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a>**</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Protected Fields</h2>
+ <div class="SectionBox" id="Protected Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.defaultColor">defaultColor</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="../Mono.DocTest/Color.html">Color</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>readonly </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.monthlyAverage">monthlyAverage</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>const </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.PI">PI</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>
+ </i> (3.14159). <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Properties</h2>
+ <div class="SectionBox" id="Public Properties">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>[read-only]<div></div></td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Widget.DynamicP">DynamicP</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object, string&gt;, Func&lt;object, Func&lt;System.Object&gt;,System.String&gt;&gt;</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ <i>default property</i>
+ </div>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Widget.Item(System.Int32)">Item</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)</td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ <i>default property</i>
+ </div>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Widget.Item(System.String,System.Int32)">Item</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)</td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Widget.Width">Width</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Protected Properties</h2>
+ <div class="SectionBox" id="Protected Properties">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>[read-only]<div></div></td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Widget.Height">Height</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>[write-only]<div></div></td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Widget.X">X</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Widget.Y">Y</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Methods</h2>
+ <div class="SectionBox" id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.Default(System.Int32,System.Int32)">Default</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.Default(System.String,System.Char)">Default</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object)">Dynamic0</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String})">Dynamic1</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.Dictionary`2">Dictionary&lt;object, string&gt;</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.Dictionary`2">Dictionary&lt;object, string&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object})">Dynamic2</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;string, object&gt;</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;string, object&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}})">Dynamic3</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object&gt;, Func&lt;object, string&gt;&gt;</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object&gt;, Func&lt;object, string&gt;&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M0()">M0</a>
+ </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@)">M1</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a>, <i>out</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a>, <i>ref</i> <a href="../Mono.DocTest/DocValueType.html">DocValueType</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][])">M2</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>[,], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[][])<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple)">M7</a>
+ </b>(<a href="../Mono.DocTest/Widget+NestedClass+Double+Triple+Quadruple.html">Widget.NestedClass.Double.Triple.Quadruple</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Protected Methods</h2>
+ <div class="SectionBox" id="Protected Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][])">M3</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[][], <a href="../Mono.DocTest/Widget.html">Widget</a>[,,][])<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**)">M4</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a>*, <a href="../Mono.DocTest/Color.html">Color</a>**)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][])">M5</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a>*, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>*[,][])<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M6(System.Int32,System.Object[])">M6</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>, <b>params</b> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>[])<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Events</h2>
+ <div class="SectionBox" id="Public Events">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#E:Mono.DocTest.Widget.AnEvent">AnEvent</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#E:Mono.DocTest.Widget.DynamicE1">DynamicE1</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#E:Mono.DocTest.Widget.DynamicE2">DynamicE2</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Protected Events</h2>
+ <div class="SectionBox" id="Protected Events">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#E:Mono.DocTest.Widget.AnotherEvent">AnotherEvent</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Operators</h2>
+ <div class="SectionBox" id="Public Operators">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td>
+ <b>
+ <a href="#M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget)">Addition</a>
+ </b>(<a href="../Mono.DocTest/Widget.html">Widget</a>, <a href="../Mono.DocTest/Widget.html">Widget</a>)</td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td>
+ <b>
+ <a href="#M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget)">UnaryPlus</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td>
+ <b>
+ <a href="#M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32">Conversion to System.Int32</a>
+ </b>(Explicit)</td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td>
+ <b>
+ <a href="#M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64">Conversion to System.Int64</a>
+ </b>(Implicit)</td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Widget()">Widget Constructor</h3>
+ <blockquote id="C:Mono.DocTest.Widget():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>Widget</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget():Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String})">Widget Constructor</h3>
+ <blockquote id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>Widget</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Converter`2">Converter&lt;string, string&gt;</a> c)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Parameters">
+ <dl>
+ <dt>
+ <i>c</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="C:Mono.DocTest.Widget(System.String)">Widget Constructor</h3>
+ <blockquote id="C:Mono.DocTest.Widget(System.String):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>Widget</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> s)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget(System.String):Parameters">
+ <dl>
+ <dt>
+ <i>s</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget(System.String):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:Mono.DocTest.Widget(System.String):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="E:Mono.DocTest.Widget.AnEvent">AnEvent Event</h3>
+ <blockquote id="E:Mono.DocTest.Widget.AnEvent:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">[Mono.DocTest.Doc("Del event")]<br />[add: Mono.DocTest.Doc("Del add accessor")]<br />[remove: Mono.DocTest.Doc("Del remove accessor")]<br />public event <a href="../Mono.DocTest/Widget+Del.html">Widget.Del</a> <b>AnEvent</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="E:Mono.DocTest.Widget.AnEvent:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="E:Mono.DocTest.Widget.AnEvent:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="E:Mono.DocTest.Widget.AnotherEvent">AnotherEvent Event</h3>
+ <blockquote id="E:Mono.DocTest.Widget.AnotherEvent:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">protected event <a href="../Mono.DocTest/Widget+Del.html">Widget.Del</a> <b>AnotherEvent</b> </div>
+ <h4 class="Subsection">Exceptions</h4>
+ <blockquote class="SubsectionBox" id="E:Mono.DocTest.Widget.AnotherEvent:Exceptions">
+ <table class="TypeDocumentation">
+ <tr>
+ <th>Type</th>
+ <th>Reason</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentNullException">ArgumentNullException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentOutOfRangeException">ArgumentOutOfRangeException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArrayTypeMismatchException">ArrayTypeMismatchException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.FormatException">FormatException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IndexOutOfRangeException">IndexOutOfRangeException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.InvalidOperationException">InvalidOperationException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.MulticastNotSupportedException">MulticastNotSupportedException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.OutOfMemoryException">OutOfMemoryException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.RankException">RankException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="E:Mono.DocTest.Widget.AnotherEvent:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="E:Mono.DocTest.Widget.AnotherEvent:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.array1">array1 Field</h3>
+ <blockquote id="F:Mono.DocTest.Widget.array1:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[] <b>array1</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.array1:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.array1:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.array2">array2 Field</h3>
+ <blockquote id="F:Mono.DocTest.Widget.array2:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="../Mono.DocTest/Widget.html">Widget</a>[,] <b>array2</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.array2:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.array2:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.classCtorError">classCtorError Field</h3>
+ <blockquote id="F:Mono.DocTest.Widget.classCtorError:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static readonly <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>[] <b>classCtorError</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.classCtorError:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.classCtorError:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32)">Default Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Default</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> a, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> b)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>a</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>b</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.Default(System.Int32,System.Int32):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.Default(System.String,System.Char)">Default Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.Default(System.String,System.Char):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Default</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> a, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a> b)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Default(System.String,System.Char):Parameters">
+ <dl>
+ <dt>
+ <i>a</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>b</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.Default(System.String,System.Char):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.Default(System.String,System.Char):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.defaultColor">defaultColor Field</h3>
+ <blockquote id="F:Mono.DocTest.Widget.defaultColor:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">protected static <a href="../Mono.DocTest/Color.html">Color</a> <b>defaultColor</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.defaultColor:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.defaultColor:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object)">Dynamic0 Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> <b>Dynamic0</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> a, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> b)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Parameters">
+ <dl>
+ <dt>
+ <i>a</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>b</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">Exceptions</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Exceptions">
+ <table class="TypeDocumentation">
+ <tr>
+ <th>Type</th>
+ <th>Reason</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic0(System.Object,System.Object):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String})">Dynamic1 Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.Dictionary`2">Dictionary&lt;object, string&gt;</a> <b>Dynamic1</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.Dictionary`2">Dictionary&lt;object, string&gt;</a> value)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):Parameters">
+ <dl>
+ <dt>
+ <i>value</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic1(System.Collections.Generic.Dictionary{System.Object,System.String}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object})">Dynamic2 Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;string, object&gt;</a> <b>Dynamic2</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;string, object&gt;</a> value)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):Parameters">
+ <dl>
+ <dt>
+ <i>value</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic2(System.Func{System.String,System.Object}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}})">Dynamic3 Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}}):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object&gt;, Func&lt;object, string&gt;&gt;</a> <b>Dynamic3</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object&gt;, Func&lt;object, string&gt;&gt;</a> value)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}}):Parameters">
+ <dl>
+ <dt>
+ <i>value</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}}):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.Dynamic3(System.Func{System.Func{System.String,System.Object},System.Func{System.Object,System.String}}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="E:Mono.DocTest.Widget.DynamicE1">DynamicE1 Event</h3>
+ <blockquote id="E:Mono.DocTest.Widget.DynamicE1:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">[System.Obsolete("why not")]<br />public event <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`1">Func&lt;object&gt;</a> <b>DynamicE1</b> </div>
+ <h4 class="Subsection">Exceptions</h4>
+ <blockquote class="SubsectionBox" id="E:Mono.DocTest.Widget.DynamicE1:Exceptions">
+ <table class="TypeDocumentation">
+ <tr>
+ <th>Type</th>
+ <th>Reason</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentNullException">ArgumentNullException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentOutOfRangeException">ArgumentOutOfRangeException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArrayTypeMismatchException">ArrayTypeMismatchException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.FormatException">FormatException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IndexOutOfRangeException">IndexOutOfRangeException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.InvalidOperationException">InvalidOperationException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.MulticastNotSupportedException">MulticastNotSupportedException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.OutOfMemoryException">OutOfMemoryException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.RankException">RankException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="E:Mono.DocTest.Widget.DynamicE1:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="E:Mono.DocTest.Widget.DynamicE1:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="E:Mono.DocTest.Widget.DynamicE2">DynamicE2 Event</h3>
+ <blockquote id="E:Mono.DocTest.Widget.DynamicE2:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public event <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`1">Func&lt;object&gt;</a> <b>DynamicE2</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="E:Mono.DocTest.Widget.DynamicE2:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="E:Mono.DocTest.Widget.DynamicE2:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.DynamicF">DynamicF Field</h3>
+ <blockquote id="F:Mono.DocTest.Widget.DynamicF:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object, string&gt;, Func&lt;object, Func&lt;System.Object&gt;,System.String&gt;&gt;</a> <b>DynamicF</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.DynamicF:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.DynamicF:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Widget.DynamicP">DynamicP Property</h3>
+ <blockquote id="P:Mono.DocTest.Widget.DynamicP:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Func`2">Func&lt;Func&lt;string, object, string&gt;, Func&lt;object, Func&lt;System.Object&gt;,System.String&gt;&gt;</a> <b>DynamicP</b> { get; }</div>
+ <h4 class="Subsection">Value</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.DynamicP:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.DynamicP:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.DynamicP:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Widget.Height">Height Property</h3>
+ <blockquote id="P:Mono.DocTest.Widget.Height:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">[Mono.DocTest.Doc("Height property")]<br />protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> <b>Height</b> { get; }</div>
+ <h4 class="Subsection">Value</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Height:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.Height:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.Height:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Widget.Item(System.Int32)">Item Property</h3>
+ <blockquote id="P:Mono.DocTest.Widget.Item(System.Int32):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">
+ <p>
+ <i>This is the default property for this class.</i>
+ </p>[Mono.DocTest.Doc("Item property")]<br />[set: Mono.DocTest.Doc("Item property set accessor")]<br />public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> this [<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i] { get; set; }</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>i</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Value</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Widget.Item(System.String,System.Int32)">Item Property</h3>
+ <blockquote id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">
+ <p>
+ <i>This is the default property for this class.</i>
+ </p>public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> this [<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> s, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i] { get; set; }</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>s</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>i</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Value</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M0()">M0 Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.M0():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M0</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M0():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M0():Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@)">M1 Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">[Mono.DocTest.Doc("normal DocAttribute", Field=true)]<br />[return:Mono.DocTest.Doc("return:DocAttribute", Property=typeof(Mono.DocTest.Widget))]<br />public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M1</b> ([Mono.DocTest.Doc("c", FlagsEnum=System.ConsoleModifiers.Alt | System.ConsoleModifiers.Control)] <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a> c, [Mono.DocTest.Doc("f", NonFlagsEnum=Mono.DocTest.Color.Red)] <i>out</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a> f, [Mono.DocTest.Doc("v")] <i>ref</i> <a href="../Mono.DocTest/DocValueType.html">DocValueType</a> v)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Parameters">
+ <dl>
+ <dt>
+ <i>c</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>f</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>v</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][])">M2 Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M2</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a>[] x1, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>[,] x2, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[][] x3)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Parameters">
+ <dl>
+ <dt>
+ <i>x1</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>x2</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>x3</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][])">M3 Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M3</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[][] x3, <a href="../Mono.DocTest/Widget.html">Widget</a>[,,][] x4)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Parameters">
+ <dl>
+ <dt>
+ <i>x3</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>x4</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**)">M4 Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M4</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a>* pc, <a href="../Mono.DocTest/Color.html">Color</a>** ppf)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Parameters">
+ <dl>
+ <dt>
+ <i>pc</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>ppf</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][])">M5 Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M5</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a>* pv, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>*[,][] pd)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Parameters">
+ <dl>
+ <dt>
+ <i>pv</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>pd</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[])">M6 Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M6</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i, <b>params</b> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>[] args)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Parameters">
+ <dl>
+ <dt>
+ <i>i</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>args</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple)">M7 Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M7</b> (<a href="../Mono.DocTest/Widget+NestedClass+Double+Triple+Quadruple.html">Widget.NestedClass.Double.Triple.Quadruple</a> a)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):Parameters">
+ <dl>
+ <dt>
+ <i>a</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.M7(Mono.DocTest.Widget.NestedClass.Double.Triple.Quadruple):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.message">message Field</h3>
+ <blockquote id="F:Mono.DocTest.Widget.message:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> <b>message</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.message:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.message:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.monthlyAverage">monthlyAverage Field</h3>
+ <blockquote id="F:Mono.DocTest.Widget.monthlyAverage:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">protected readonly <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> <b>monthlyAverage</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.monthlyAverage:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.monthlyAverage:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget)">op_Addition Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <a href="../Mono.DocTest/Widget.html">Widget</a> operator+ (<a href="../Mono.DocTest/Widget.html">Widget</a> x1, <a href="../Mono.DocTest/Widget.html">Widget</a> x2)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Parameters">
+ <dl>
+ <dt>
+ <i>x1</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>x2</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.op_Division">op_Division Field</h3>
+ <blockquote id="F:Mono.DocTest.Widget.op_Division:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <a href="../Mono.DocTest/Widget.html">Widget</a> operator/ </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.op_Division:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.op_Division:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32">Conversion Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static explicit operator <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> (<a href="../Mono.DocTest/Widget.html">Widget</a> x)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Parameters">
+ <dl>
+ <dt>
+ <i>x</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64">Conversion Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static implicit operator <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> (<a href="../Mono.DocTest/Widget.html">Widget</a> x)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Parameters">
+ <dl>
+ <dt>
+ <i>x</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget)">op_UnaryPlus Method</h3>
+ <blockquote id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <a href="../Mono.DocTest/Widget.html">Widget</a> operator+ (<a href="../Mono.DocTest/Widget.html">Widget</a> x)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Parameters">
+ <dl>
+ <dt>
+ <i>x</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.pCount">pCount Field</h3>
+ <blockquote id="F:Mono.DocTest.Widget.pCount:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>* <b>pCount</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.pCount:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.pCount:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.PI">PI Field</h3>
+ <blockquote id="F:Mono.DocTest.Widget.PI:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <p>
+ <b>Value: </b>3.14159</p>
+ <h2>Syntax</h2>
+ <div class="Signature">protected const <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> <b>PI</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.PI:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.PI:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.ppValues">ppValues Field</h3>
+ <blockquote id="F:Mono.DocTest.Widget.ppValues:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a>** <b>ppValues</b> </div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.ppValues:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="F:Mono.DocTest.Widget.ppValues:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Widget.Width">Width Property</h3>
+ <blockquote id="P:Mono.DocTest.Widget.Width:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">[Mono.DocTest.Doc("Width property")]<br />[get: Mono.DocTest.Doc("Width get accessor")]<br />[set: Mono.DocTest.Doc("Width set accessor")]<br />public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>Width</b> { get; protected set; }</div>
+ <h4 class="Subsection">Value</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Width:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.Width:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.Width:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Widget.X">X Property</h3>
+ <blockquote id="P:Mono.DocTest.Widget.X:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a> <b>X</b> { set; }</div>
+ <h4 class="Subsection">Value</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.X:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.X:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.X:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Widget.Y">Y Property</h3>
+ <blockquote id="P:Mono.DocTest.Widget.Y:member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> <b>Y</b> { get; set; }</div>
+ <h4 class="Subsection">Value</h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Y:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.Y:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="P:Mono.DocTest.Widget.Y:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/index.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/index.html
new file mode 100644
index 00000000..cddbb3d4
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest/index.html
@@ -0,0 +1,334 @@
+<html>
+ <head>
+ <title>DocTest: Mono.DocTest</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a>
+ </div>
+ <h1 class="PageTitle">Mono.DocTest Namespace</h1>
+ <p class="Summary">
+ </p>
+ <div>
+ </div>
+ <div class="Remarks">
+ <h2 class="Section"> Namespace</h2>
+ <p>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <table class="TypesListing" style="margin-top: 1em">
+ <tr>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Color.html">Color</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./D.html">D</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./DocAttribute.html">DocAttribute</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./DocValueType.html">DocValueType</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./IProcess.html">IProcess</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./UseLists.html">UseLists</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget.html">Widget</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget+Del.html">Widget.Del</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget+Direction.html">Widget.Direction</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget+IMenuItem.html">Widget.IMenuItem</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget+NestedClass.html">Widget.NestedClass</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget+NestedClass`1.html">Widget.NestedClass&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget+NestedClass+Double.html">Widget.NestedClass.Double</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget+NestedClass+Double+Triple.html">Widget.NestedClass.Double.Triple</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget+NestedClass+Double+Triple+Quadruple.html">Widget.NestedClass.Double.Triple.Quadruple</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <div class="Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">To be added.</div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/NoNamespace.html b/mdoc/Test/html.expected-with-array-extension/NoNamespace.html
new file mode 100644
index 00000000..23004870
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/NoNamespace.html
@@ -0,0 +1,299 @@
+<html>
+ <head>
+ <title>NoNamespace</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="index.html">DocTest</a> : <a href="index.html"> Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:NoNamespace">Overview</a>
+ </p>
+ <p>
+ <a href="#T:NoNamespace:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:NoNamespace:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:NoNamespace:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:NoNamespace">NoNamespace Class</h1>
+ <p class="Summary" id="T:NoNamespace:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:NoNamespace:Signature">public class <b>NoNamespace</b></div>
+ </div>
+ <div class="Remarks" id="T:NoNamespace:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:NoNamespace:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:NoNamespace:Docs:Version Information">
+ <b>Namespace: </b>
+ <br />
+ <b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:NoNamespace()">NoNamespace</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:NoNamespace:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:NoNamespace()">NoNamespace Constructor</h3>
+ <blockquote id="C:NoNamespace():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>NoNamespace</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:NoNamespace():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:NoNamespace():Version Information">
+ <b>Namespace: </b>
+ <br />
+ <b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/System/Action`1.html b/mdoc/Test/html.expected-with-array-extension/System/Action`1.html
new file mode 100644
index 00000000..a52743a7
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/System/Action`1.html
@@ -0,0 +1,253 @@
+<html>
+ <head>
+ <title>System.Action&lt;T&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">System Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:System.Action`1">Overview</a>
+ </p>
+ <p>
+ <a href="#T:System.Action`1:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:System.Action`1:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:System.Action`1:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:System.Action`1">Action&lt;T&gt; Generic Delegate</h1>
+ <p class="Summary" id="T:System.Action`1:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:System.Action`1:Signature">public delegate <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Action&lt;T&gt;</b> (<i title="To be added.">T</i> obj)</div>
+ </div>
+ <div class="Remarks" id="T:System.Action`1:Docs">
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="T:System.Action`1:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="T:System.Action`1:Docs:Parameters">
+ <dl>
+ <dt>
+ <i>obj</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:System.Action`1:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:System.Action`1:Docs:Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ </div>
+ <div class="Members" id="T:System.Action`1:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/System/Array.html b/mdoc/Test/html.expected-with-array-extension/System/Array.html
new file mode 100644
index 00000000..bc188839
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/System/Array.html
@@ -0,0 +1,529 @@
+<html>
+ <head>
+ <title>System.Array</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">System Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:System.Array">Overview</a>
+ </p>
+ <p>
+ <a href="#T:System.Array:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:System.Array:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:System.Array:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:System.Array">Array Class</h1>
+ <p class="Summary" id="T:System.Array:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:System.Array:Signature">public class <b>Array</b></div>
+ </div>
+ <div class="Remarks" id="T:System.Array:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:System.Array:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:System.Array:Docs:Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h2 class="Section">Public Constructors</h2>
+ <div class="SectionBox" id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:System.Array()">Array</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Public Methods</h2>
+ <div class="SectionBox" id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:System.Array.AsReadOnly``1(``0[])">AsReadOnly&lt;T&gt;</a>
+ </b>(<i title="To be added.">T</i>[])<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.ObjectModel.ReadOnlyCollection`1">System.Collections.ObjectModel.ReadOnlyCollection&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1})">ConvertAll&lt;TInput,TOutput&gt;</a>
+ </b>(<i title="To be added.">TInput</i>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Converter`2">Converter&lt;TInput, TOutput&gt;</a>)<nobr> : <i title="To be added.">TOutput</i>[]</nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:System.Array.Resize``1(``0[]@,System.Int32)">Resize&lt;T&gt;</a>
+ </b>(<i>ref</i> <i title="To be added.">T</i>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <h2 class="Section">Extension Methods</h2>
+ <div class="SectionBox" id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../System/Environment.html#M:System.Environment.IsAligned``1(``0[],System.Int32)">IsAligned&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:System.Array:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="C:System.Array()">Array Constructor</h3>
+ <blockquote id="C:System.Array():member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public <b>Array</b> ()</div>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="C:System.Array():Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="C:System.Array():Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:System.Array.AsReadOnly``1(``0[])">AsReadOnly&lt;T&gt; Generic Method</h3>
+ <blockquote id="M:System.Array.AsReadOnly``1(``0[]):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.ObjectModel.ReadOnlyCollection`1">System.Collections.ObjectModel.ReadOnlyCollection&lt;T&gt;</a> <b>AsReadOnly&lt;T&gt;</b> (<i title="To be added.">T</i>[] array)</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.AsReadOnly``1(``0[]):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.AsReadOnly``1(``0[]):Parameters">
+ <dl>
+ <dt>
+ <i>array</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.AsReadOnly``1(``0[]):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">Exceptions</h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.AsReadOnly``1(``0[]):Exceptions">
+ <table class="TypeDocumentation">
+ <tr>
+ <th>Type</th>
+ <th>Reason</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.NotImplementedException">NotImplementedException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:System.Array.AsReadOnly``1(``0[]):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:System.Array.AsReadOnly``1(``0[]):Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1})">ConvertAll&lt;TInput,TOutput&gt; Generic Method</h3>
+ <blockquote id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <i title="To be added.">TOutput</i>[] <b>ConvertAll&lt;TInput, TOutput&gt;</b> (<i title="To be added.">TInput</i>[] array, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Converter`2">Converter&lt;TInput, TOutput&gt;</a> converter)</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Type Parameters">
+ <dl>
+ <dt>
+ <i>TInput</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>TOutput</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Parameters">
+ <dl>
+ <dt>
+ <i>array</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>converter</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">Exceptions</h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Exceptions">
+ <table class="TypeDocumentation">
+ <tr>
+ <th>Type</th>
+ <th>Reason</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.InvalidOperationException">InvalidOperationException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:System.Array.Resize``1(``0[]@,System.Int32)">Resize&lt;T&gt; Generic Method</h3>
+ <blockquote id="M:System.Array.Resize``1(``0[]@,System.Int32):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Resize&lt;T&gt;</b> (<i>ref</i> <i title="To be added.">T</i>[] array, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> newSize)</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.Resize``1(``0[]@,System.Int32):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.Resize``1(``0[]@,System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>array</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>newSize</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Exceptions</h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.Resize``1(``0[]@,System.Int32):Exceptions">
+ <table class="TypeDocumentation">
+ <tr>
+ <th>Type</th>
+ <th>Reason</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Exception">Exception</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:System.Array.Resize``1(``0[]@,System.Int32):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:System.Array.Resize``1(``0[]@,System.Int32):Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/System/AsyncCallback.html b/mdoc/Test/html.expected-with-array-extension/System/AsyncCallback.html
new file mode 100644
index 00000000..906eaab1
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/System/AsyncCallback.html
@@ -0,0 +1,242 @@
+<html>
+ <head>
+ <title>System.AsyncCallback</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">System Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:System.AsyncCallback">Overview</a>
+ </p>
+ <p>
+ <a href="#T:System.AsyncCallback:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:System.AsyncCallback:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:System.AsyncCallback:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:System.AsyncCallback">AsyncCallback Delegate</h1>
+ <p class="Summary" id="T:System.AsyncCallback:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:System.AsyncCallback:Signature">public delegate <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>AsyncCallback</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IAsyncResult">IAsyncResult</a> ar)</div>
+ </div>
+ <div class="Remarks" id="T:System.AsyncCallback:Docs">
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="T:System.AsyncCallback:Docs:Parameters">
+ <dl>
+ <dt>
+ <i>ar</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:System.AsyncCallback:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:System.AsyncCallback:Docs:Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ </div>
+ <div class="Members" id="T:System.AsyncCallback:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/System/Environment+SpecialFolder.html b/mdoc/Test/html.expected-with-array-extension/System/Environment+SpecialFolder.html
new file mode 100644
index 00000000..1e990a48
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/System/Environment+SpecialFolder.html
@@ -0,0 +1,240 @@
+<html>
+ <head>
+ <title>System.Environment.SpecialFolder</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">System Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:System.Environment.SpecialFolder">Overview</a>
+ </p>
+ <p>
+ <a href="#T:System.Environment.SpecialFolder:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:System.Environment.SpecialFolder:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:System.Environment.SpecialFolder:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:System.Environment.SpecialFolder">Environment.SpecialFolder Enum</h1>
+ <p class="Summary" id="T:System.Environment.SpecialFolder:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:System.Environment.SpecialFolder:Signature">public enum <b>Environment.SpecialFolder</b></div>
+ </div>
+ <div class="Remarks" id="T:System.Environment.SpecialFolder:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:System.Environment.SpecialFolder:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Members</h2>
+ <div class="SectionBox" id="T:System.Environment.SpecialFolder:Docs:Members">
+ <table class="Enumeration">
+ <tr>
+ <th>Member Name</th>
+ <th>Description</th>
+ </tr>
+ </table>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:System.Environment.SpecialFolder:Docs:Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ </div>
+ <div class="Members" id="T:System.Environment.SpecialFolder:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/System/Environment.html b/mdoc/Test/html.expected-with-array-extension/System/Environment.html
new file mode 100644
index 00000000..1a27fdef
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/System/Environment.html
@@ -0,0 +1,362 @@
+<html>
+ <head>
+ <title>System.Environment</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">System Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:System.Environment">Overview</a>
+ </p>
+ <p>
+ <a href="#T:System.Environment:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:System.Environment:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:System.Environment:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:System.Environment">Environment Class</h1>
+ <p class="Summary" id="T:System.Environment:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div>
+ <h2>Syntax</h2>
+ <div class="Signature" id="T:System.Environment:Signature">public static class <b>Environment</b></div>
+ </div>
+ <div class="Remarks" id="T:System.Environment:Docs">
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="T:System.Environment:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="T:System.Environment:Docs:Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <h2 class="Section" id="Members">Members</h2>
+ <div class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h2 class="Section">Public Methods</h2>
+ <div class="SectionBox" id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:System.Environment.GetFolderPath(System.Environment.SpecialFolder)">GetFolderPath</a>
+ </b>(<a href="../System/Environment+SpecialFolder.html">Environment.SpecialFolder</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:System.Environment.IsAligned``1(``0[],System.Int32)">IsAligned&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Members" id="T:System.Environment:Members">
+ <h2 class="Section" id="MemberDetails">Member Details</h2>
+ <div class="SectionBox" id="_MemberDetails">
+ <h3 id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder)">GetFolderPath Method</h3>
+ <blockquote id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> <b>GetFolderPath</b> (<a href="../System/Environment+SpecialFolder.html">Environment.SpecialFolder</a> folder)</div>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Parameters">
+ <dl>
+ <dt>
+ <i>folder</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">Exceptions</h4>
+ <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Exceptions">
+ <table class="TypeDocumentation">
+ <tr>
+ <th>Type</th>
+ <th>Reason</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.NotSupportedException">NotSupportedException</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:System.Environment.IsAligned``1(``0[],System.Int32)">IsAligned&lt;T&gt; Generic Method</h3>
+ <blockquote id="M:System.Environment.IsAligned``1(``0[],System.Int32):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>IsAligned&lt;T&gt;</b> (<i>this</i> <i title="To be added.">T</i>[] vect, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> index)<br /> where T : struct</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:System.Environment.IsAligned``1(``0[],System.Int32):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:System.Environment.IsAligned``1(``0[],System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>vect</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>index</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:System.Environment.IsAligned``1(``0[],System.Int32):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:System.Environment.IsAligned``1(``0[],System.Int32):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:System.Environment.IsAligned``1(``0[],System.Int32):Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
+ <hr size="1" />
+ </blockquote>
+ </div>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/System/index.html b/mdoc/Test/html.expected-with-array-extension/System/index.html
new file mode 100644
index 00000000..3bdf731d
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/System/index.html
@@ -0,0 +1,254 @@
+<html>
+ <head>
+ <title>DocTest: System</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a>
+ </div>
+ <h1 class="PageTitle">System Namespace</h1>
+ <p class="Summary">
+ </p>
+ <div>
+ </div>
+ <div class="Remarks">
+ <h2 class="Section"> Namespace</h2>
+ <p>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <table class="TypesListing" style="margin-top: 1em">
+ <tr>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Action`1.html">Action&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Array.html">Array</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./AsyncCallback.html">AsyncCallback</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Environment.html">Environment</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Environment+SpecialFolder.html">Environment.SpecialFolder</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <div class="Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">To be added.</div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected-with-array-extension/index.html b/mdoc/Test/html.expected-with-array-extension/index.html
new file mode 100644
index 00000000..225b398b
--- /dev/null
+++ b/mdoc/Test/html.expected-with-array-extension/index.html
@@ -0,0 +1,500 @@
+<html>
+ <head>
+ <title>DocTest</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ </div>
+ <h1 class="PageTitle">DocTest</h1>
+ <p class="Summary">
+ <div class="AssemblyRemarks" style="margin-top: 1em; margin-bottom: 1em">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ </p>
+ <div>
+ </div>
+ <div class="Remarks">
+ <h2 class="Section">Root Namespace</h2>
+ <p>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <table class="TypesListing" style="margin-top: 1em">
+ <tr>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./NoNamespace.html">NoNamespace</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ <h2 class="Section">
+ <a href="Mono.DocTest/index.html">Mono.DocTest Namespace</a>
+ </h2>
+ <p>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <table class="TypesListing" style="margin-top: 1em">
+ <tr>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Color.html">Color</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/D.html">D</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/DocAttribute.html">DocAttribute</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/DocValueType.html">DocValueType</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/IProcess.html">IProcess</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/UseLists.html">UseLists</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget.html">Widget</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget+Del.html">Widget.Del</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget+Direction.html">Widget.Direction</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget+IMenuItem.html">Widget.IMenuItem</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget+NestedClass.html">Widget.NestedClass</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget+NestedClass`1.html">Widget.NestedClass&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget+NestedClass+Double.html">Widget.NestedClass.Double</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget+NestedClass+Double+Triple.html">Widget.NestedClass.Double.Triple</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget+NestedClass+Double+Triple+Quadruple.html">Widget.NestedClass.Double.Triple.Quadruple</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ <h2 class="Section">
+ <a href="Mono.DocTest.Generic/index.html">Mono.DocTest.Generic Namespace</a>
+ </h2>
+ <p>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <table class="TypesListing" style="margin-top: 1em">
+ <tr>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/Extensions.html">Extensions</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/Func`2.html">Func&lt;TArg,TRet&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/GenericBase`1+FooEventArgs.html">GenericBase&lt;U&gt;.FooEventArgs</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/GenericBase`1+NestedCollection.html">GenericBase&lt;U&gt;.NestedCollection</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/GenericBase`1+NestedCollection+Enumerator.html">GenericBase&lt;U&gt;.NestedCollection.Enumerator</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/MyList`1.html">MyList&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U,V&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/MyList`2.html">MyList&lt;A,B&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ <h2 class="Section">
+ <a href="System/index.html">System Namespace</a>
+ </h2>
+ <p>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <table class="TypesListing" style="margin-top: 1em">
+ <tr>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="System/Action`1.html">Action&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="System/Array.html">Array</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="System/AsyncCallback.html">AsyncCallback</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="System/Environment.html">Environment</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="System/Environment+SpecialFolder.html">Environment.SpecialFolder</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <div class="Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">To be added.</div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/validate.check.monodocer.importslashdoc b/mdoc/Test/validate.check.monodocer.importslashdoc
index 3a3de608..c149b735 100644
--- a/mdoc/Test/validate.check.monodocer.importslashdoc
+++ b/mdoc/Test/validate.check.monodocer.importslashdoc
@@ -1,2 +1,2 @@
-mdoc: The element 'Docs' has invalid child element 'extra'. List of possible elements expected: 'summary, param, exception, returns, remarks, example, value, permission, PermissionSet, altmember, altcompliant, since, threadsafe, typeparam, filterpriority, related'.
+mdoc: The element 'Docs' has invalid child element 'extra'. List of possible elements expected: 'summary, param, exception, returns, remarks, example, value, permission, PermissionSet, altmember, altcompliant, since, threadsafe, typeparam, filterpriority, related, forInternalUseOnly'.
Total validation errors: 1