Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
wyam docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pomma89 committed Oct 21, 2017
1 parent af7d0de commit df0facc
Show file tree
Hide file tree
Showing 51 changed files with 325 additions and 285 deletions.
Expand Up @@ -176,7 +176,7 @@ <h1>IfNotExists<wbr>(string, <wbr>string)<wbr> <small>Method</small></h1>

<h1 id="Summary">Summary</h1>
<div class="lead">
Throws <code class="cs"><a href="/Thrower">FileNotFoundException</a></code> if specified file does not exist or the
Throws <code class="cs">System.IO.FileNotFoundException</code> if specified file does not exist or the
caller does not have sufficient permissions to read the specified file.
</div>

Expand Down
Expand Up @@ -363,7 +363,7 @@ <h1 id="Methods">Methods</h1>
<td>void</td>
<td>
<div>
Throws <code class="cs"><a href="/Thrower">FileNotFoundException</a></code> if specified file does not exist or the
Throws <code class="cs">System.IO.FileNotFoundException</code> if specified file does not exist or the
caller does not have sufficient permissions to read the specified file.
</div>
</td>
Expand Down
Expand Up @@ -217,6 +217,7 @@ <h1 id="Summary">Summary</h1>

<h1 id="Syntax">Syntax</h1>
<pre><code>[MethodImpl(Raise.MethodImplOptions)]
[ContractAnnotation("value:null =&gt; halt")]
public void IfIsNullOrEmpty&lt;TItem&gt;(ICollection&lt;TItem&gt; value, string argumentName, string message = null)</code></pre>


Expand All @@ -239,6 +240,10 @@ <h1 id="Attributes">Attributes</h1>
<td>MethodImplAttribute</td>
<td></td>
</tr>
<tr>
<td>Contract<wbr>Annotation<wbr>Attribute</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
Expand Down
Expand Up @@ -215,6 +215,7 @@ <h1 id="Summary">Summary</h1>

<h1 id="Syntax">Syntax</h1>
<pre><code>[MethodImpl(Raise.MethodImplOptions)]
[ContractAnnotation("value:null =&gt; halt")]
public void IfIsNullOrEmpty(string value)</code></pre>


Expand All @@ -233,6 +234,10 @@ <h1 id="Attributes">Attributes</h1>
<td>MethodImplAttribute</td>
<td></td>
</tr>
<tr>
<td>Contract<wbr>Annotation<wbr>Attribute</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
Expand Down
Expand Up @@ -216,6 +216,7 @@ <h1 id="Summary">Summary</h1>

<h1 id="Syntax">Syntax</h1>
<pre><code>[MethodImpl(Raise.MethodImplOptions)]
[ContractAnnotation("value:null =&gt; halt")]
public void IfIsNullOrEmpty&lt;TItem&gt;(IEnumerable&lt;TItem&gt; value)</code></pre>


Expand All @@ -234,6 +235,10 @@ <h1 id="Attributes">Attributes</h1>
<td>MethodImplAttribute</td>
<td></td>
</tr>
<tr>
<td>Contract<wbr>Annotation<wbr>Attribute</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
Expand Down
Expand Up @@ -216,6 +216,7 @@ <h1 id="Summary">Summary</h1>

<h1 id="Syntax">Syntax</h1>
<pre><code>[MethodImpl(Raise.MethodImplOptions)]
[ContractAnnotation("value:null =&gt; halt")]
public void IfIsNullOrEmpty(string value, string argumentName, string message = null)</code></pre>


Expand All @@ -238,6 +239,10 @@ <h1 id="Attributes">Attributes</h1>
<td>MethodImplAttribute</td>
<td></td>
</tr>
<tr>
<td>Contract<wbr>Annotation<wbr>Attribute</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
Expand Down
Expand Up @@ -215,6 +215,7 @@ <h1 id="Summary">Summary</h1>

<h1 id="Syntax">Syntax</h1>
<pre><code>[MethodImpl(Raise.MethodImplOptions)]
[ContractAnnotation("value:null =&gt; halt")]
public void IfIsNullOrWhiteSpace(string value)</code></pre>


Expand All @@ -233,6 +234,10 @@ <h1 id="Attributes">Attributes</h1>
<td>MethodImplAttribute</td>
<td></td>
</tr>
<tr>
<td>Contract<wbr>Annotation<wbr>Attribute</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
Expand Down
Expand Up @@ -216,6 +216,7 @@ <h1 id="Summary">Summary</h1>

<h1 id="Syntax">Syntax</h1>
<pre><code>[MethodImpl(Raise.MethodImplOptions)]
[ContractAnnotation("value:null =&gt; halt")]
public void IfIsNullOrEmpty&lt;TItem&gt;(ICollection&lt;TItem&gt; value)</code></pre>


Expand All @@ -234,6 +235,10 @@ <h1 id="Attributes">Attributes</h1>
<td>MethodImplAttribute</td>
<td></td>
</tr>
<tr>
<td>Contract<wbr>Annotation<wbr>Attribute</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
Expand Down
Expand Up @@ -216,6 +216,7 @@ <h1 id="Summary">Summary</h1>

<h1 id="Syntax">Syntax</h1>
<pre><code>[MethodImpl(Raise.MethodImplOptions)]
[ContractAnnotation("value:null =&gt; halt")]
public void IfIsNullOrWhiteSpace(string value, string argumentName, string message = null)</code></pre>


Expand All @@ -238,6 +239,10 @@ <h1 id="Attributes">Attributes</h1>
<td>MethodImplAttribute</td>
<td></td>
</tr>
<tr>
<td>Contract<wbr>Annotation<wbr>Attribute</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
Expand Down
Expand Up @@ -217,6 +217,7 @@ <h1 id="Summary">Summary</h1>

<h1 id="Syntax">Syntax</h1>
<pre><code>[MethodImpl(Raise.MethodImplOptions)]
[ContractAnnotation("value:null =&gt; halt")]
public void IfIsNullOrEmpty&lt;TItem&gt;(IEnumerable&lt;TItem&gt; value, string argumentName, string message = null)</code></pre>


Expand All @@ -239,6 +240,10 @@ <h1 id="Attributes">Attributes</h1>
<td>MethodImplAttribute</td>
<td></td>
</tr>
<tr>
<td>Contract<wbr>Annotation<wbr>Attribute</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
Expand Down
Expand Up @@ -190,13 +190,13 @@ <h1 id="Summary">Summary</h1>
<dt>Derived Types</dt>
<dd>
<ul class="list-unstyled">
<li><a href="/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/DirectoryNotFoundExceptionHandler">Directory<wbr>Not<wbr>Found<wbr>Exception<wbr>Handler</a></li>
<li><a href="/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/IOExceptionHandler">IOExceptionHandler</a></li>
<li><a href="/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/FileNotFoundExceptionHandler">File<wbr>Not<wbr>Found<wbr>Exception<wbr>Handler</a></li>
<li><a href="/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/InvalidDataExceptionHandler">Invalid<wbr>Data<wbr>Exception<wbr>Handler</a></li>
<li><a href="/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/InvalidCastExceptionHandler">Invalid<wbr>Cast<wbr>Exception<wbr>Handler</a></li>
<li><a href="/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/InvalidOperationExceptionHandler">Invalid<wbr>Operation<wbr>Exception<wbr>Handler</a></li>
<li><a href="/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/NotSupportedExceptionHandler">Not<wbr>Supported<wbr>Exception<wbr>Handler</a></li>
<li><a href="/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/InvalidDataExceptionHandler">Invalid<wbr>Data<wbr>Exception<wbr>Handler</a></li>
<li><a href="/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/DirectoryNotFoundExceptionHandler">Directory<wbr>Not<wbr>Found<wbr>Exception<wbr>Handler</a></li>
<li><a href="/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/IOExceptionHandler">IOExceptionHandler</a></li>
<li><a href="/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/InvalidOperationExceptionHandler">Invalid<wbr>Operation<wbr>Exception<wbr>Handler</a></li>
</ul>
</dd>

Expand All @@ -208,20 +208,20 @@ <h1 id="Summary">Summary</h1>
Base0["object"]--&gt;Type
Type["GenericExceptionHandler&lt;TException&gt;"]
class Type type-node
Type--&gt;Derived0["FileNotFoundExceptionHandler"]
click Derived0 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/FileNotFoundExceptionHandler"
Type--&gt;Derived1["InvalidCastExceptionHandler"]
click Derived1 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/InvalidCastExceptionHandler"
Type--&gt;Derived2["InvalidOperationExceptionHandler"]
click Derived2 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/InvalidOperationExceptionHandler"
Type--&gt;Derived3["NotSupportedExceptionHandler"]
click Derived3 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/NotSupportedExceptionHandler"
Type--&gt;Derived4["InvalidDataExceptionHandler"]
click Derived4 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/InvalidDataExceptionHandler"
Type--&gt;Derived5["DirectoryNotFoundExceptionHandler"]
click Derived5 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/DirectoryNotFoundExceptionHandler"
Type--&gt;Derived6["IOExceptionHandler"]
click Derived6 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/IOExceptionHandler"
Type--&gt;Derived0["DirectoryNotFoundExceptionHandler"]
click Derived0 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/DirectoryNotFoundExceptionHandler"
Type--&gt;Derived1["IOExceptionHandler"]
click Derived1 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/IOExceptionHandler"
Type--&gt;Derived2["FileNotFoundExceptionHandler"]
click Derived2 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/FileNotFoundExceptionHandler"
Type--&gt;Derived3["InvalidDataExceptionHandler"]
click Derived3 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers.IO/InvalidDataExceptionHandler"
Type--&gt;Derived4["InvalidCastExceptionHandler"]
click Derived4 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/InvalidCastExceptionHandler"
Type--&gt;Derived5["NotSupportedExceptionHandler"]
click Derived5 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/NotSupportedExceptionHandler"
Type--&gt;Derived6["InvalidOperationExceptionHandler"]
click Derived6 "/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/InvalidOperationExceptionHandler"

</div>
</div>
Expand Down
Expand Up @@ -166,7 +166,7 @@ <h1>Invalid<wbr>Cast<wbr>Exception<wbr>Handler <small>Class</small></h1>

<h1 id="Summary">Summary</h1>
<div class="lead">
Handler for <code class="cs"><a href="/Thrower">InvalidCastException</a></code>.
Handler for <code class="cs">System.InvalidCastException</code>.
</div>

<div class="panel panel-default">
Expand Down
Expand Up @@ -166,7 +166,7 @@ <h1>Invalid<wbr>Operation<wbr>Exception<wbr>Handler <small>Class</small></h1>

<h1 id="Summary">Summary</h1>
<div class="lead">
Handler for <code class="cs"><a href="/Thrower">InvalidOperationException</a></code>.
Handler for <code class="cs">System.InvalidOperationException</code>.
</div>

<div class="panel panel-default">
Expand Down
4 changes: 2 additions & 2 deletions docs/api/PommaLabs.Thrower.ExceptionHandlers/index.html
Expand Up @@ -220,13 +220,13 @@ <h1 id="ClassTypes">Class Types</h1>
<tr>
<td><a href="/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/InvalidCastExceptionHandler">Invalid<wbr>Cast<wbr>Exception<wbr>Handler</a></td>
<td>
Handler for <code class="cs"><a href="/Thrower">InvalidCastException</a></code>.
Handler for <code class="cs">System.InvalidCastException</code>.
</td>
</tr>
<tr>
<td><a href="/Thrower/api/PommaLabs.Thrower.ExceptionHandlers/InvalidOperationExceptionHandler">Invalid<wbr>Operation<wbr>Exception<wbr>Handler</a></td>
<td>
Handler for <code class="cs"><a href="/Thrower">InvalidOperationException</a></code>.
Handler for <code class="cs">System.InvalidOperationException</code>.
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/PommaLabs.Thrower.Logging/ILogProvider/index.html
Expand Up @@ -164,7 +164,7 @@ <h1>ILogProvider <small>Interface</small></h1>

<h1 id="Summary">Summary</h1>
<div class="lead">
Represents a way to get a <code class="cs"><a href="/Thrower">ILog</a></code>
Represents a way to get a <code class="cs">PommaLabs.Thrower.Logging.ILog</code>
</div>

<div class="panel panel-default">
Expand Down
2 changes: 1 addition & 1 deletion docs/api/PommaLabs.Thrower.Logging/index.html
Expand Up @@ -230,7 +230,7 @@ <h1 id="InterfaceTypes">Interface Types</h1>
<tbody><tr>
<td><a href="/Thrower/api/PommaLabs.Thrower.Logging/ILogProvider">ILogProvider</a></td>
<td>
Represents a way to get a <code class="cs"><a href="/Thrower">ILog</a></code>
Represents a way to get a <code class="cs">PommaLabs.Thrower.Logging.ILog</code>
</td>
</tr>
</tbody></table>
Expand Down
Expand Up @@ -183,7 +183,7 @@ <h1>CopyTo<wbr>(KeyValuePair<wbr>&lt;string, <wbr>object&gt;<wbr>[], <wbr>int)<w

<h1 id="Summary">Summary</h1>
<div class="lead">
Copies the elements of the <code class="cs"><a href="/Thrower">ICollection&lt;T&gt;</a></code> to an <code class="cs">System.Array</code>,
Copies the elements of the <code class="cs">System.Collections.Generic.ICollection`1</code> to an <code class="cs">System.Array</code>,
starting at a particular <code class="cs">System.Array</code> index.
</div>

Expand Down Expand Up @@ -224,7 +224,7 @@ <h1 id="Parameters">Parameters</h1>
<td>KeyValuePair<wbr>&lt;string, <wbr>object&gt;<wbr>[]</td>
<td>
The one-dimensional <code class="cs">System.Array</code> that is the destination of the elements copied
from <code class="cs"><a href="/Thrower">ICollection&lt;T&gt;</a></code>. The <code class="cs">System.Array</code> must have zero-based indexing.
from <code class="cs">System.Collections.Generic.ICollection`1</code>. The <code class="cs">System.Array</code> must have zero-based indexing.
</td>
</tr>
<tr>
Expand Down
Expand Up @@ -182,7 +182,7 @@ <h1>Keys <small>Property</small></h1>

<h1 id="Summary">Summary</h1>
<div class="lead">
Gets an <code class="cs"><a href="/Thrower">ICollection&lt;T&gt;</a></code> containing the keys of the <code class="cs">System.Collections.Generic.IDictionary`2</code>.
Gets an <code class="cs"><a href="/Thrower">ICollection&lt;T&gt;</a></code> containing the keys of the <code class="cs"><a href="/Thrower">IDictionary&lt;TKey, TValue&gt;</a></code>.
</div>

<div class="panel panel-default">
Expand Down
Expand Up @@ -182,7 +182,7 @@ <h1>Count <small>Property</small></h1>

<h1 id="Summary">Summary</h1>
<div class="lead">
Gets the number of elements contained in the <code class="cs"><a href="/Thrower">ICollection&lt;T&gt;</a></code>.
Gets the number of elements contained in the <code class="cs">System.Collections.Generic.ICollection`1</code>.
</div>

<div class="panel panel-default">
Expand Down
Expand Up @@ -241,7 +241,7 @@ <h1 id="Properties">Properties</h1>
<td>int</td>
<td>
<div>
Gets the number of elements contained in the <code class="cs"><a href="/Thrower">ICollection&lt;T&gt;</a></code>.
Gets the number of elements contained in the <code class="cs">System.Collections.Generic.ICollection`1</code>.
</div>
</td>
</tr>
Expand All @@ -259,7 +259,7 @@ <h1 id="Properties">Properties</h1>
<td>ICollection<wbr>&lt;T&gt;<wbr></td>
<td>
<div>
Gets an <code class="cs"><a href="/Thrower">ICollection&lt;T&gt;</a></code> containing the keys of the <code class="cs">System.Collections.Generic.IDictionary`2</code>.
Gets an <code class="cs"><a href="/Thrower">ICollection&lt;T&gt;</a></code> containing the keys of the <code class="cs"><a href="/Thrower">IDictionary&lt;TKey, TValue&gt;</a></code>.
</div>
</td>
</tr>
Expand Down Expand Up @@ -357,7 +357,7 @@ <h1 id="Methods">Methods</h1>
<td>void</td>
<td>
<div>
Copies the elements of the <code class="cs"><a href="/Thrower">ICollection&lt;T&gt;</a></code> to an <code class="cs">System.Array</code>,
Copies the elements of the <code class="cs">System.Collections.Generic.ICollection`1</code> to an <code class="cs">System.Array</code>,
starting at a particular <code class="cs">System.Array</code> index.
</div>
</td>
Expand Down
Expand Up @@ -199,7 +199,7 @@ <h1>GetEnumerator<wbr>()<wbr> <small>Method</small></h1>

<h1 id="Summary">Summary</h1>
<div class="lead">
Returns an <code class="cs"><a href="/Thrower">IEnumerator</a></code> that can be used to iterate through the rows in
Returns an <code class="cs">System.Collections.IEnumerator</code> that can be used to iterate through the rows in
the data reader.
</div>

Expand Down Expand Up @@ -238,7 +238,7 @@ <h1 id="ReturnValue">Return Value</h1>
<tbody><tr>
<td>IEnumerator</td>
<td>
An <code class="cs"><a href="/Thrower">IEnumerator</a></code> that can be used to iterate through the rows in the data reader.
An <code class="cs">System.Collections.IEnumerator</code> that can be used to iterate through the rows in the data reader.
</td>
</tr>
</tbody></table>
Expand Down
Expand Up @@ -451,7 +451,7 @@ <h1 id="Methods">Methods</h1>
<td>IEnumerator</td>
<td>
<div>
Returns an <code class="cs"><a href="/Thrower">IEnumerator</a></code> that can be used to iterate through the rows in
Returns an <code class="cs">System.Collections.IEnumerator</code> that can be used to iterate through the rows in
the data reader.
</div>
</td>
Expand Down
Expand Up @@ -201,7 +201,7 @@ <h1>EmptyTypes <small>Property</small></h1>

<h1 id="Summary">Summary</h1>
<div class="lead">
Represents an empty array of type <code class="cs">System.Type</code>. This property is read-only.
Represents an empty array of type <code class="cs"><a href="/Thrower">Type</a></code>. This property is read-only.
</div>

<div class="panel panel-default">
Expand Down
Expand Up @@ -241,7 +241,7 @@ <h1 id="Properties">Properties</h1>
<td>Type[]</td>
<td>
<div>
Represents an empty array of type <code class="cs">System.Type</code>. This property is read-only.
Represents an empty array of type <code class="cs"><a href="/Thrower">Type</a></code>. This property is read-only.
</div>
<div><small><em>static</em></small></div>
</td>
Expand Down

0 comments on commit df0facc

Please sign in to comment.