docs: regenerate

This commit is contained in:
goat 2020-03-24 03:22:08 +09:00
parent db474652ee
commit 0a227fd2b7
691 changed files with 8670 additions and 7532 deletions

View file

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class PluginConfigurations
">
<meta name="generator" content="docfx 2.50.0.0">
<meta name="generator" content="docfx 2.48.1.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@ -151,7 +151,7 @@
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Configuration_PluginConfigurations_Load_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Configuration.PluginConfigurations.Load(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L27">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L31">View Source</a>
</span>
<a id="Dalamud_Configuration_PluginConfigurations_Load_" data-uid="Dalamud.Configuration.PluginConfigurations.Load*"></a>
<h4 id="Dalamud_Configuration_PluginConfigurations_Load_System_String_" data-uid="Dalamud.Configuration.PluginConfigurations.Load(System.String)">Load(String)</h4>
@ -193,12 +193,75 @@
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Configuration_PluginConfigurations_LoadForType__1_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Configuration.PluginConfigurations.LoadForType%60%601(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L49">View Source</a>
</span>
<a id="Dalamud_Configuration_PluginConfigurations_LoadForType_" data-uid="Dalamud.Configuration.PluginConfigurations.LoadForType*"></a>
<h4 id="Dalamud_Configuration_PluginConfigurations_LoadForType__1_System_String_" data-uid="Dalamud.Configuration.PluginConfigurations.LoadForType``1(System.String)">LoadForType&lt;T&gt;(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public T LoadForType&lt;T&gt;(string pluginName)
where T : IPluginConfiguration</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">pluginName</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Configuration_PluginConfigurations_Save_Dalamud_Configuration_IPluginConfiguration_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Configuration.PluginConfigurations.Save(Dalamud.Configuration.IPluginConfiguration%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L19">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Configuration/PluginConfigurations.cs/#L23">View Source</a>
</span>
<a id="Dalamud_Configuration_PluginConfigurations_Save_" data-uid="Dalamud.Configuration.PluginConfigurations.Save*"></a>
<h4 id="Dalamud_Configuration_PluginConfigurations_Save_Dalamud_Configuration_IPluginConfiguration_System_String_" data-uid="Dalamud.Configuration.PluginConfigurations.Save(Dalamud.Configuration.IPluginConfiguration,System.String)">Save(IPluginConfiguration, String)</h4>