Skip to content

Commit

Permalink
Update documentation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike-bot committed Jul 5, 2021
1 parent b906d04 commit 5c53fc6
Show file tree
Hide file tree
Showing 81 changed files with 194 additions and 191 deletions.
4 changes: 2 additions & 2 deletions docs/api/HarmonyLib.AccessTools.FieldRef-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Delegate AccessTools.FieldRef&lt;F&gt;
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down Expand Up @@ -80,7 +80,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="HarmonyLib.html">HarmonyLi
<h6><strong>Assembly</strong>: 0Harmony.dll</h6>
<h5 id="HarmonyLib_AccessTools_FieldRef_1_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public delegate F FieldRef&lt;F&gt;();</code></pre>
<pre><code class="lang-csharp hljs">public delegate ref F FieldRef&lt;F&gt;();</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
Expand Down
4 changes: 2 additions & 2 deletions docs/api/HarmonyLib.AccessTools.FieldRef-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Delegate AccessTools.FieldRef&lt;T, F&gt;
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down Expand Up @@ -80,7 +80,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="HarmonyLib.html">HarmonyLi
<h6><strong>Assembly</strong>: 0Harmony.dll</h6>
<h5 id="HarmonyLib_AccessTools_FieldRef_2_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public delegate F FieldRef&lt;T, F&gt;(T instance = null);</code></pre>
<pre><code class="lang-csharp hljs">public delegate ref F FieldRef&lt;T, F&gt;(T instance = null);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand Down
4 changes: 2 additions & 2 deletions docs/api/HarmonyLib.AccessTools.StructFieldRef-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Delegate AccessTools.StructFieldRef&lt;T, F&gt;
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down Expand Up @@ -80,7 +80,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="HarmonyLib.html">HarmonyLi
<h6><strong>Assembly</strong>: 0Harmony.dll</h6>
<h5 id="HarmonyLib_AccessTools_StructFieldRef_2_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public delegate F StructFieldRef&lt;T, F&gt;(ref T instance)
<pre><code class="lang-csharp hljs">public delegate ref F StructFieldRef&lt;T, F&gt;(ref T instance)
where T : struct;</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
Expand Down
16 changes: 8 additions & 8 deletions docs/api/HarmonyLib.AccessTools.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class AccessTools
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down Expand Up @@ -1165,7 +1165,7 @@ <h4 id="HarmonyLib_AccessTools_FieldRefAccess__2___0_System_Reflection_FieldInfo
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static F FieldRefAccess&lt;T, F&gt;(T instance, FieldInfo fieldInfo)</code></pre>
<pre><code class="lang-csharp hljs">public static ref F FieldRefAccess&lt;T, F&gt;(T instance, FieldInfo fieldInfo)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand Down Expand Up @@ -1256,7 +1256,7 @@ <h4 id="HarmonyLib_AccessTools_FieldRefAccess__2___0_System_String_" data-uid="H
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static F FieldRefAccess&lt;T, F&gt;(T instance, string fieldName)</code></pre>
<pre><code class="lang-csharp hljs">public static ref F FieldRefAccess&lt;T, F&gt;(T instance, string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand Down Expand Up @@ -4108,7 +4108,7 @@ <h4 id="HarmonyLib_AccessTools_StaticFieldRefAccess__1_System_Type_System_String
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static F StaticFieldRefAccess&lt;F&gt;(Type type, string fieldName)</code></pre>
<pre><code class="lang-csharp hljs">public static ref F StaticFieldRefAccess&lt;F&gt;(Type type, string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand Down Expand Up @@ -4182,7 +4182,7 @@ <h4 id="HarmonyLib_AccessTools_StaticFieldRefAccess__2_System_Reflection_FieldIn
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static F StaticFieldRefAccess&lt;T, F&gt;(FieldInfo fieldInfo)</code></pre>
<pre><code class="lang-csharp hljs">public static ref F StaticFieldRefAccess&lt;T, F&gt;(FieldInfo fieldInfo)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand Down Expand Up @@ -4259,7 +4259,7 @@ <h4 id="HarmonyLib_AccessTools_StaticFieldRefAccess__2_System_String_" data-uid=
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static F StaticFieldRefAccess&lt;T, F&gt;(string fieldName)</code></pre>
<pre><code class="lang-csharp hljs">public static ref F StaticFieldRefAccess&lt;T, F&gt;(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand Down Expand Up @@ -4332,7 +4332,7 @@ <h4 id="HarmonyLib_AccessTools_StructFieldRefAccess__2___0__System_Reflection_Fi
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static F StructFieldRefAccess&lt;T, F&gt;(ref T instance, FieldInfo fieldInfo)
<pre><code class="lang-csharp hljs">public static ref F StructFieldRefAccess&lt;T, F&gt;(ref T instance, FieldInfo fieldInfo)
where T : struct</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
Expand Down Expand Up @@ -4419,7 +4419,7 @@ <h4 id="HarmonyLib_AccessTools_StructFieldRefAccess__2___0__System_String_" data
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static F StructFieldRefAccess&lt;T, F&gt;(ref T instance, string fieldName)
<pre><code class="lang-csharp hljs">public static ref F StructFieldRefAccess&lt;T, F&gt;(ref T instance, string fieldName)
where T : struct</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.ArgumentType.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Enum ArgumentType
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.CodeInstruction.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class CodeInstruction
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.CodeInstructionExtensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class CodeInstructionExtensions
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.CollectionExtensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class CollectionExtensions
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.DelegateTypeFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class DelegateTypeFactory
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.ExceptionBlock.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class ExceptionBlock
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.ExceptionBlockType.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Enum ExceptionBlockType
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.FastAccess.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class FastAccess
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.FastInvokeHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Delegate FastInvokeHandler
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.FileLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class FileLog
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.GeneralExtensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class GeneralExtensions
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.GetterHandler-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Delegate GetterHandler&lt;T, S&gt;
">
<meta name="generator" content="docfx 2.57.2.0">
<meta name="generator" content="docfx 2.58.0.0">

<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down
Loading

0 comments on commit 5c53fc6

Please sign in to comment.