Skip to content

Commit

Permalink
deploy: ff58260
Browse files Browse the repository at this point in the history
  • Loading branch information
sonohoshi committed Oct 24, 2024
1 parent 3acd250 commit 9d2c731
Show file tree
Hide file tree
Showing 18 changed files with 875 additions and 3 deletions.
260 changes: 260 additions & 0 deletions prepare/200250/api/Nekoyume.TableData.Summon.CostumeSummonSheet.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,260 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Class CostumeSummonSheet | Lib9c </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class CostumeSummonSheet | Lib9c ">


<link rel="icon" href="../favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
<meta name="docfx:navrel" content="../toc.html">
<meta name="docfx:tocrel" content="toc.html">

<meta name="docfx:rel" content="../">


<meta name="docfx:docurl" content="https://github.com/planetarium/lib9c/new/prepare/200250/apiSpec/new?filename=Nekoyume_TableData_Summon_CostumeSummonSheet.md&amp;value=---%0Auid%3A%20Nekoyume.TableData.Summon.CostumeSummonSheet%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">

<script type="module" src="./../public/docfx.min.js"></script>

<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>

</head>

<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="Lib9c">
Lib9c
</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled="" placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>

<main class="container-xxl">
<div class="toc-offcanvas">
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<nav class="toc" id="toc"></nav>
</div>
</div>
</div>

<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>

<nav id="breadcrumb"></nav>
</div>

<article data-uid="Nekoyume.TableData.Summon.CostumeSummonSheet">



<h1 id="Nekoyume_TableData_Summon_CostumeSummonSheet" data-uid="Nekoyume.TableData.Summon.CostumeSummonSheet" class="text-break">
Class CostumeSummonSheet <a class="header-action link-secondary" title="View source" href="https://github.com/planetarium/lib9c/blob/prepare/200250/Lib9c/TableData/Summon/CostumeSummonSheet.cs/#L3"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
<dl><dt>Namespace</dt><dd><a class="xref" href="Nekoyume.html">Nekoyume</a>.<a class="xref" href="Nekoyume.TableData.html">TableData</a>.<a class="xref" href="Nekoyume.TableData.Summon.html">Summon</a></dd></dl>
<dl><dt>Assembly</dt><dd>Lib9c.dll</dd></dl>
</div>

<div class="markdown summary"></div>
<div class="markdown conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class CostumeSummonSheet : SummonSheet, IDictionary&lt;int, SummonSheet.Row&gt;, ICollection&lt;KeyValuePair&lt;int, SummonSheet.Row&gt;&gt;, IEnumerable&lt;KeyValuePair&lt;int, SummonSheet.Row&gt;&gt;, IEnumerable, ISheet</code></pre>
</div>




<dl class="typelist inheritance">
<dt>Inheritance</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div><a class="xref" href="Nekoyume.TableData.Sheet-2.html">Sheet</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>, <a class="xref" href="Nekoyume.TableData.Summon.SummonSheet.html">SummonSheet</a>.<a class="xref" href="Nekoyume.TableData.Summon.SummonSheet.Row.html">Row</a>&gt;</div>
<div><a class="xref" href="Nekoyume.TableData.Summon.SummonSheet.html">SummonSheet</a></div>
<div><span class="xref">CostumeSummonSheet</span></div>
</dd>
</dl>

<dl class="typelist implements">
<dt>Implements</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2">IDictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>, <a class="xref" href="Nekoyume.TableData.Summon.SummonSheet.html">SummonSheet</a>.<a class="xref" href="Nekoyume.TableData.Summon.SummonSheet.Row.html">Row</a>&gt;</div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>, <a class="xref" href="Nekoyume.TableData.Summon.SummonSheet.html">SummonSheet</a>.<a class="xref" href="Nekoyume.TableData.Summon.SummonSheet.Row.html">Row</a>&gt;&gt;</div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>, <a class="xref" href="Nekoyume.TableData.Summon.SummonSheet.html">SummonSheet</a>.<a class="xref" href="Nekoyume.TableData.Summon.SummonSheet.Row.html">Row</a>&gt;&gt;</div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
<div><a class="xref" href="Nekoyume.TableData.ISheet.html">ISheet</a></div>
</dd>
</dl>


<dl class="typelist inheritedMembers">
<dt>Inherited Members</dt>
<dd>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Name">Sheet&lt;int, SummonSheet.Row&gt;.Name</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_OrderedList">Sheet&lt;int, SummonSheet.Row&gt;.OrderedList</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_First">Sheet&lt;int, SummonSheet.Row&gt;.First</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Last">Sheet&lt;int, SummonSheet.Row&gt;.Last</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Keys">Sheet&lt;int, SummonSheet.Row&gt;.Keys</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Values">Sheet&lt;int, SummonSheet.Row&gt;.Values</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Count">Sheet&lt;int, SummonSheet.Row&gt;.Count</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_IsReadOnly">Sheet&lt;int, SummonSheet.Row&gt;.IsReadOnly</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Item__0_">Sheet&lt;int, SummonSheet.Row&gt;.this[int]</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Set_System_String_System_Boolean_">Sheet&lt;int, SummonSheet.Row&gt;.Set(string, bool)</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Set__1_Nekoyume_TableData_Sheet__0___0__System_Boolean_">Sheet&lt;int, SummonSheet.Row&gt;.Set&lt;T&gt;(Sheet&lt;int, T&gt;, bool)</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_GetEnumerator">Sheet&lt;int, SummonSheet.Row&gt;.GetEnumerator()</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_TryGetValue__0__1__System_Boolean_">Sheet&lt;int, SummonSheet.Row&gt;.TryGetValue(int, out SummonSheet.Row, bool)</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_AddRow__0__1_">Sheet&lt;int, SummonSheet.Row&gt;.AddRow(int, SummonSheet.Row)</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Add__0__1_">Sheet&lt;int, SummonSheet.Row&gt;.Add(int, SummonSheet.Row)</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_ContainsKey__0_">Sheet&lt;int, SummonSheet.Row&gt;.ContainsKey(int)</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Remove__0_">Sheet&lt;int, SummonSheet.Row&gt;.Remove(int)</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_TryGetValue__0__1__">Sheet&lt;int, SummonSheet.Row&gt;.TryGetValue(int, out SummonSheet.Row)</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Add_System_Collections_Generic_KeyValuePair__0__1__">Sheet&lt;int, SummonSheet.Row&gt;.Add(KeyValuePair&lt;int, SummonSheet.Row&gt;)</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Clear">Sheet&lt;int, SummonSheet.Row&gt;.Clear()</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Contains_System_Collections_Generic_KeyValuePair__0__1__">Sheet&lt;int, SummonSheet.Row&gt;.Contains(KeyValuePair&lt;int, SummonSheet.Row&gt;)</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_CopyTo_System_Collections_Generic_KeyValuePair__0__1____System_Int32_">Sheet&lt;int, SummonSheet.Row&gt;.CopyTo(KeyValuePair&lt;int, SummonSheet.Row&gt;[], int)</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Remove_System_Collections_Generic_KeyValuePair__0__1__">Sheet&lt;int, SummonSheet.Row&gt;.Remove(KeyValuePair&lt;int, SummonSheet.Row&gt;)</a>
</div>
<div>
<a class="xref" href="Nekoyume.TableData.Sheet-2.html#Nekoyume_TableData_Sheet_2_Serialize">Sheet&lt;int, SummonSheet.Row&gt;.Serialize()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
</dd></dl>







</article>

<div class="contribution d-print-none">
<a href="https://github.com/planetarium/lib9c/blob/prepare/200250/Lib9c/TableData/Summon/CostumeSummonSheet.cs/#L3" class="edit-link">Edit this page</a>
</div>


</div>

<div class="affix">
<nav id="affix"></nav>
</div>
</main>

<div class="container-xxl search-results" id="search-results"></div>

<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
</div>
</div>
</footer>
</body>
</html>
Loading

0 comments on commit 9d2c731

Please sign in to comment.