|
|
- <!DOCTYPE html>
- <!--[if IE]><![endif]-->
- <html>
-
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>Class Map
- </title>
- <meta name="viewport" content="width=device-width">
- <meta name="title" content="Class Map
- ">
- <meta name="generator" content="docfx 2.59.4.0">
-
- <link rel="shortcut icon" href="../favicon.ico">
- <link rel="stylesheet" href="../styles/docfx.vendor.css">
- <link rel="stylesheet" href="../styles/docfx.css">
- <link rel="stylesheet" href="../styles/main.css">
- <link rel="stylesheet" href="../styles/fix.css">
- <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
- <meta property="docfx:navrel" content="../toc.html">
- <meta property="docfx:tocrel" content="toc.html">
-
- <meta property="docfx:rel" content="../">
- <meta property="docfx:newtab" content="true">
- </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
- <div id="wrapper">
- <header>
-
- <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
- <div class="container">
- <div class="navbar-header">
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
- <span class="sr-only">Toggle navigation</span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
-
- <a class="navbar-brand" href="../index.html">
- <img id="logo" class="svg" src="../logo.svg" alt="">
- </a>
- </div>
- <div class="collapse navbar-collapse" id="navbar">
- <form class="navbar-form navbar-right" role="search" id="search">
- <div class="form-group">
- <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
- </div>
- </form>
- </div>
- </div>
- </nav>
-
- <div class="subnav navbar navbar-default">
- <div class="container hide-when-search" id="breadcrumb">
- <ul class="breadcrumb">
- <li></li>
- </ul>
- </div>
- </div>
- </header>
- <div class="container body-content">
-
- <div id="search-results">
- <div class="search-list">Search Results for <span></span></div>
- <div class="sr-items">
- <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
- </div>
- <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
- </div>
- </div>
- <div role="main" class="container body-content hide-when-search">
-
- <div class="sidenav hide-when-search">
- <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
- <div class="sidetoggle collapse" id="sidetoggle">
- <div id="sidetoc"></div>
- </div>
- </div>
- <div class="article row grid-right">
- <div class="col-md-10">
- <article class="content wrap" id="_content" data-uid="IPA.Config.Data.Map">
-
-
- <h1 id="IPA_Config_Data_Map" data-uid="IPA.Config.Data.Map" class="text-break">Class Map
- </h1>
- <div class="markdown level0 summary"><p>A ordered map of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a> to <a class="xref" href="IPA.Config.Data.Value.html">Value</a> for serialization by an <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a>.
- Use <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Map()</a> or <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IDictionary_System_String_IPA_Config_Data_Value__">From(IDictionary<String, Value>)</a> to create.</p>
- </div>
- <div class="markdown level0 conceptual"></div>
- <div class="inheritance">
- <h5>Inheritance</h5>
- <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
- <div class="level1"><a class="xref" href="IPA.Config.Data.Value.html">Value</a></div>
- <div class="level2"><span class="xref">Map</span></div>
- </div>
- <div class="implements">
- <h5>Implements</h5>
- <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2">IDictionary</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="IPA.Config.Data.Value.html">Value</a>></div>
- <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="IPA.Config.Data.Value.html">Value</a>>></div>
- <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="IPA.Config.Data.Value.html">Value</a>>></div>
- <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
- </div>
- <div class="inheritedMembers">
- <h5>Inherited Members</h5>
- <div>
- <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Null">Value.Null()</a>
- </div>
- <div>
- <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_List">Value.List()</a>
- </div>
- <div>
- <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Value.Map()</a>
- </div>
- <div>
- <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_String_">Value.From(String)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Text_System_String_">Value.Text(String)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Int64_">Value.From(Int64)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Integer_System_Int64_">Value.Integer(Int64)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Decimal_">Value.From(Decimal)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Float_System_Decimal_">Value.Float(Decimal)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Boolean_">Value.From(Boolean)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Bool_System_Boolean_">Value.Bool(Boolean)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_IPA_Config_Data_Value__">Value.From(IEnumerable<Value>)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IDictionary_System_String_IPA_Config_Data_Value__">Value.From(IDictionary<String, Value>)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___">Value.From(IEnumerable<KeyValuePair<String, Value>>)</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.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
- </div>
- <div>
- <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
- </div>
- <div>
- <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
- </div>
- <div>
- <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
- </div>
- </div>
- <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Data.html">IPA.Config.Data</a></h6>
- <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
- <h5 id="IPA_Config_Data_Map_syntax">Syntax</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">public sealed class Map : Value, IDictionary<string, Value>, ICollection<KeyValuePair<string, Value>>, IEnumerable<KeyValuePair<string, Value>>, IEnumerable</code></pre>
- </div>
- <h3 id="properties">Properties
- </h3>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_Count.md&value=---%0Auid%3A%20IPA.Config.Data.Map.Count%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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L49">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_Count_" data-uid="IPA.Config.Data.Map.Count*"></a>
- <h4 id="IPA_Config_Data_Map_Count" data-uid="IPA.Config.Data.Map.Count">Count</h4>
- <div class="markdown level1 summary"><p>Gets the number of key-value pairs in this <a class="xref" href="IPA.Config.Data.Map.html">Map</a>.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">public int Count { get; }</code></pre>
- </div>
- <h5 class="propertyValue">Property Value</h5>
- <table class="table table-bordered table-striped table-condensed">
- <thead>
- <tr>
- <th>Type</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
- <td></td>
- </tr>
- </tbody>
- </table>
- <h5 id="IPA_Config_Data_Map_Count_seealso">See Also</h5>
- <div class="seealso">
- <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.count#system-collections-generic-icollection-1-count">Count</a></div>
- </div>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_Item_System_String_.md&value=---%0Auid%3A%20IPA.Config.Data.Map.Item(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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L27">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_Item_" data-uid="IPA.Config.Data.Map.Item*"></a>
- <h4 id="IPA_Config_Data_Map_Item_System_String_" data-uid="IPA.Config.Data.Map.Item(System.String)">Item[String]</h4>
- <div class="markdown level1 summary"><p>Accesses the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> at <code data-dev-comment-type="paramref" class="paramref">key</code> in the map.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">public Value this[string key] { get; set; }</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
- <td><span class="parametername">key</span></td>
- <td><p>the key to get the value associated with</p>
- </td>
- </tr>
- </tbody>
- </table>
- <h5 class="propertyValue">Property Value</h5>
- <table class="table table-bordered table-striped table-condensed">
- <thead>
- <tr>
- <th>Type</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
- <td><p>the value associated with the <code data-dev-comment-type="paramref" class="paramref">key</code></p>
- </td>
- </tr>
- </tbody>
- </table>
- <h5 id="IPA_Config_Data_Map_Item_System_String__seealso">See Also</h5>
- <div class="seealso">
- <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.item#system-collections-generic-idictionary-2-item(-0)">Item</a>[TKey]</div>
- </div>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_Keys.md&value=---%0Auid%3A%20IPA.Config.Data.Map.Keys%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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L33">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_Keys_" data-uid="IPA.Config.Data.Map.Keys*"></a>
- <h4 id="IPA_Config_Data_Map_Keys" data-uid="IPA.Config.Data.Map.Keys">Keys</h4>
- <div class="markdown level1 summary"><p>Gets a collection of the keys for the <a class="xref" href="IPA.Config.Data.Map.html">Map</a>.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">public ICollection<string> Keys { get; }</code></pre>
- </div>
- <h5 class="propertyValue">Property Value</h5>
- <table class="table table-bordered table-striped table-condensed">
- <thead>
- <tr>
- <th>Type</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>></td>
- <td></td>
- </tr>
- </tbody>
- </table>
- <h5 id="IPA_Config_Data_Map_Keys_seealso">See Also</h5>
- <div class="seealso">
- <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.keys#system-collections-generic-idictionary-2-keys">Keys</a></div>
- </div>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_Values.md&value=---%0Auid%3A%20IPA.Config.Data.Map.Values%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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L43">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_Values_" data-uid="IPA.Config.Data.Map.Values*"></a>
- <h4 id="IPA_Config_Data_Map_Values" data-uid="IPA.Config.Data.Map.Values">Values</h4>
- <div class="markdown level1 summary"><p>Gets a collection of the values in the <a class="xref" href="IPA.Config.Data.Map.html">Map</a>.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">public ICollection<Value> Values { get; }</code></pre>
- </div>
- <h5 class="propertyValue">Property Value</h5>
- <table class="table table-bordered table-striped table-condensed">
- <thead>
- <tr>
- <th>Type</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a><<a class="xref" href="IPA.Config.Data.Value.html">Value</a>></td>
- <td></td>
- </tr>
- </tbody>
- </table>
- <h5 id="IPA_Config_Data_Map_Values_remarks">Remarks</h5>
- <div class="markdown level1 remarks"><p>Unlike all other iterables given by <a class="xref" href="IPA.Config.Data.Map.html">Map</a>, this does <em>not</em>
- guarantee that order is maintained.</p>
- </div>
- <h5 id="IPA_Config_Data_Map_Values_seealso">See Also</h5>
- <div class="seealso">
- <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.values#system-collections-generic-idictionary-2-values">Values</a></div>
- </div>
- <h3 id="methods">Methods
- </h3>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_Add_System_String_IPA_Config_Data_Value_.md&value=---%0Auid%3A%20IPA.Config.Data.Map.Add(System.String%2CIPA.Config.Data.Value)%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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L59">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_Add_" data-uid="IPA.Config.Data.Map.Add*"></a>
- <h4 id="IPA_Config_Data_Map_Add_System_String_IPA_Config_Data_Value_" data-uid="IPA.Config.Data.Map.Add(System.String,IPA.Config.Data.Value)">Add(String, Value)</h4>
- <div class="markdown level1 summary"><p>Adds a new <a class="xref" href="IPA.Config.Data.Value.html">Value</a> with a given key.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">public void Add(string key, Value value)</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
- <td><span class="parametername">key</span></td>
- <td><p>the key to put the value at</p>
- </td>
- </tr>
- <tr>
- <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
- <td><span class="parametername">value</span></td>
- <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to add</p>
- </td>
- </tr>
- </tbody>
- </table>
- <h5 id="IPA_Config_Data_Map_Add_System_String_IPA_Config_Data_Value__seealso">See Also</h5>
- <div class="seealso">
- <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.add#system-collections-generic-idictionary-2-add(-0-1)">Add</a>(TKey, TValue)</div>
- </div>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_Clear.md&value=---%0Auid%3A%20IPA.Config.Data.Map.Clear%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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L72">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_Clear_" data-uid="IPA.Config.Data.Map.Clear*"></a>
- <h4 id="IPA_Config_Data_Map_Clear" data-uid="IPA.Config.Data.Map.Clear">Clear()</h4>
- <div class="markdown level1 summary"><p>Clears the <a class="xref" href="IPA.Config.Data.Map.html">Map</a> of its key-value pairs.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">public void Clear()</code></pre>
- </div>
- <h5 id="IPA_Config_Data_Map_Clear_seealso">See Also</h5>
- <div class="seealso">
- <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1.clear#system-collections-generic-icollection-1-clear">Clear</a>()</div>
- </div>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_ContainsKey_System_String_.md&value=---%0Auid%3A%20IPA.Config.Data.Map.ContainsKey(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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L87">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_ContainsKey_" data-uid="IPA.Config.Data.Map.ContainsKey*"></a>
- <h4 id="IPA_Config_Data_Map_ContainsKey_System_String_" data-uid="IPA.Config.Data.Map.ContainsKey(System.String)">ContainsKey(String)</h4>
- <div class="markdown level1 summary"><p>Checks if the <a class="xref" href="IPA.Config.Data.Map.html">Map</a> contains a given <code data-dev-comment-type="paramref" class="paramref">key</code>.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">public bool ContainsKey(string key)</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
- <td><span class="parametername">key</span></td>
- <td><p>the key to check for</p>
- </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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
- <td><span class="xref">true</span> if the key exists, otherwise <span class="xref">false</span></td>
- </tr>
- </tbody>
- </table>
- <h5 id="IPA_Config_Data_Map_ContainsKey_System_String__seealso">See Also</h5>
- <div class="seealso">
- <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.containskey#system-collections-generic-idictionary-2-containskey(-0)">ContainsKey</a>(TKey)</div>
- </div>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_GetEnumerator.md&value=---%0Auid%3A%20IPA.Config.Data.Map.GetEnumerator%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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L97">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_GetEnumerator_" data-uid="IPA.Config.Data.Map.GetEnumerator*"></a>
- <h4 id="IPA_Config_Data_Map_GetEnumerator" data-uid="IPA.Config.Data.Map.GetEnumerator">GetEnumerator()</h4>
- <div class="markdown level1 summary"><p>Enumerates the <a class="xref" href="IPA.Config.Data.Map.html">Map</a>'s key-value pairs.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">public IEnumerator<KeyValuePair<string, Value>> GetEnumerator()</code></pre>
- </div>
- <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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1">IEnumerator</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="IPA.Config.Data.Value.html">Value</a>>></td>
- <td><p>an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1">IEnumerator<T></a> of key-value pairs in this <a class="xref" href="IPA.Config.Data.Map.html">Map</a></p>
- </td>
- </tr>
- </tbody>
- </table>
- <h5 id="IPA_Config_Data_Map_GetEnumerator_seealso">See Also</h5>
- <div class="seealso">
- <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator#system-collections-generic-ienumerable-1-getenumerator">GetEnumerator</a>()</div>
- </div>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_Remove_System_String_.md&value=---%0Auid%3A%20IPA.Config.Data.Map.Remove(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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L109">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_Remove_" data-uid="IPA.Config.Data.Map.Remove*"></a>
- <h4 id="IPA_Config_Data_Map_Remove_System_String_" data-uid="IPA.Config.Data.Map.Remove(System.String)">Remove(String)</h4>
- <div class="markdown level1 summary"><p>Removes the object associated with a key in this <a class="xref" href="IPA.Config.Data.Map.html">Map</a>.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">public bool Remove(string key)</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
- <td><span class="parametername">key</span></td>
- <td><p>the key to remove</p>
- </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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
- <td><p><span class="xref">true</span> if the key existed, <span class="xref">false</span> otherwise</p>
- </td>
- </tr>
- </tbody>
- </table>
- <h5 id="IPA_Config_Data_Map_Remove_System_String__seealso">See Also</h5>
- <div class="seealso">
- <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.remove#system-collections-generic-idictionary-2-remove(-0)">Remove</a>(TKey)</div>
- </div>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_ToString.md&value=---%0Auid%3A%20IPA.Config.Data.Map.ToString%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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L129">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_ToString_" data-uid="IPA.Config.Data.Map.ToString*"></a>
- <h4 id="IPA_Config_Data_Map_ToString" data-uid="IPA.Config.Data.Map.ToString">ToString()</h4>
- <div class="markdown level1 summary"><p>Converts this <a class="xref" href="IPA.Config.Data.Value.html">Value</a> into a human-readable format.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
- </div>
- <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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
- <td><p>a JSON-like set of key-value pairs</p>
- </td>
- </tr>
- </tbody>
- </table>
- <h5 class="overrides">Overrides</h5>
- <div><a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_ToString">Value.ToString()</a></div>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_TryGetValue_System_String_IPA_Config_Data_Value__.md&value=---%0Auid%3A%20IPA.Config.Data.Map.TryGetValue(System.String%2CIPA.Config.Data.Value%40)%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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L121">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_TryGetValue_" data-uid="IPA.Config.Data.Map.TryGetValue*"></a>
- <h4 id="IPA_Config_Data_Map_TryGetValue_System_String_IPA_Config_Data_Value__" data-uid="IPA.Config.Data.Map.TryGetValue(System.String,IPA.Config.Data.Value@)">TryGetValue(String, out Value)</h4>
- <div class="markdown level1 summary"><p>Gets the value associated with the specified key.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">public bool TryGetValue(string key, out Value value)</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
- <td><span class="parametername">key</span></td>
- <td><p>the key of the value to get</p>
- </td>
- </tr>
- <tr>
- <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
- <td><span class="parametername">value</span></td>
- <td><p>the target location of the retrieved object</p>
- </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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
- <td><p><span class="xref">true</span> if the key was found and <code data-dev-comment-type="paramref" class="paramref">value</code> set, <span class="xref">false</span> otherwise</p>
- </td>
- </tr>
- </tbody>
- </table>
- <h5 id="IPA_Config_Data_Map_TryGetValue_System_String_IPA_Config_Data_Value___seealso">See Also</h5>
- <div class="seealso">
- <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.trygetvalue#system-collections-generic-idictionary-2-trygetvalue(-0-1@)">TryGetValue</a>(TKey, TValue)</div>
- </div>
- <h3 id="eii">Explicit Interface Implementations
- </h3>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Add_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value__.md&value=---%0Auid%3A%20IPA.Config.Data.Map.System%23Collections%23Generic%23ICollection%7BSystem%23Collections%23Generic%23KeyValuePair%7BSystem%23String%2CIPA%23Config%23Data%23Value%7D%7D%23Add(System.Collections.Generic.KeyValuePair%7BSystem.String%2CIPA.Config.Data.Value%7D)%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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L65">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Add_" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#Add*"></a>
- <h4 id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Add_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value__" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#Add(System.Collections.Generic.KeyValuePair{System.String,IPA.Config.Data.Value})">ICollection<KeyValuePair<String, Value>>.Add(KeyValuePair<String, Value>)</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">void ICollection<KeyValuePair<string, Value>>.Add(KeyValuePair<string, Value> item)</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="IPA.Config.Data.Value.html">Value</a>></td>
- <td><span class="parametername">item</span></td>
- <td></td>
- </tr>
- </tbody>
- </table>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Contains_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value__.md&value=---%0Auid%3A%20IPA.Config.Data.Map.System%23Collections%23Generic%23ICollection%7BSystem%23Collections%23Generic%23KeyValuePair%7BSystem%23String%2CIPA%23Config%23Data%23Value%7D%7D%23Contains(System.Collections.Generic.KeyValuePair%7BSystem.String%2CIPA.Config.Data.Value%7D)%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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L78">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Contains_" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#Contains*"></a>
- <h4 id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Contains_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value__" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#Contains(System.Collections.Generic.KeyValuePair{System.String,IPA.Config.Data.Value})">ICollection<KeyValuePair<String, Value>>.Contains(KeyValuePair<String, Value>)</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">bool ICollection<KeyValuePair<string, Value>>.Contains(KeyValuePair<string, Value> item)</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="IPA.Config.Data.Value.html">Value</a>></td>
- <td><span class="parametername">item</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
- <td></td>
- </tr>
- </tbody>
- </table>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___CopyTo_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value____System_Int32_.md&value=---%0Auid%3A%20IPA.Config.Data.Map.System%23Collections%23Generic%23ICollection%7BSystem%23Collections%23Generic%23KeyValuePair%7BSystem%23String%2CIPA%23Config%23Data%23Value%7D%7D%23CopyTo(System.Collections.Generic.KeyValuePair%7BSystem.String%2CIPA.Config.Data.Value%7D%5B%5D%2CSystem.Int32)%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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L89">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___CopyTo_" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#CopyTo*"></a>
- <h4 id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___CopyTo_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value____System_Int32_" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#CopyTo(System.Collections.Generic.KeyValuePair{System.String,IPA.Config.Data.Value}[],System.Int32)">ICollection<KeyValuePair<String, Value>>.CopyTo(KeyValuePair<String, Value>[], Int32)</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">void ICollection<KeyValuePair<string, Value>>.CopyTo(KeyValuePair<string, Value>[] array, int arrayIndex)</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="IPA.Config.Data.Value.html">Value</a>>[]</td>
- <td><span class="parametername">array</span></td>
- <td></td>
- </tr>
- <tr>
- <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
- <td><span class="parametername">arrayIndex</span></td>
- <td></td>
- </tr>
- </tbody>
- </table>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___IsReadOnly.md&value=---%0Auid%3A%20IPA.Config.Data.Map.System%23Collections%23Generic%23ICollection%7BSystem%23Collections%23Generic%23KeyValuePair%7BSystem%23String%2CIPA%23Config%23Data%23Value%7D%7D%23IsReadOnly%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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L51">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___IsReadOnly_" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#IsReadOnly*"></a>
- <h4 id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___IsReadOnly" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#IsReadOnly">ICollection<KeyValuePair<String, Value>>.IsReadOnly</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">bool ICollection<KeyValuePair<string, Value>>.IsReadOnly { get; }</code></pre>
- </div>
- <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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
- <td></td>
- </tr>
- </tbody>
- </table>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Remove_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value__.md&value=---%0Auid%3A%20IPA.Config.Data.Map.System%23Collections%23Generic%23ICollection%7BSystem%23Collections%23Generic%23KeyValuePair%7BSystem%23String%2CIPA%23Config%23Data%23Value%7D%7D%23Remove(System.Collections.Generic.KeyValuePair%7BSystem.String%2CIPA.Config.Data.Value%7D)%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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L111">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Remove_" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#Remove*"></a>
- <h4 id="IPA_Config_Data_Map_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value___Remove_System_Collections_Generic_KeyValuePair_System_String_IPA_Config_Data_Value__" data-uid="IPA.Config.Data.Map.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,IPA#Config#Data#Value}}#Remove(System.Collections.Generic.KeyValuePair{System.String,IPA.Config.Data.Value})">ICollection<KeyValuePair<String, Value>>.Remove(KeyValuePair<String, Value>)</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">bool ICollection<KeyValuePair<string, Value>>.Remove(KeyValuePair<string, Value> item)</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="IPA.Config.Data.Value.html">Value</a>></td>
- <td><span class="parametername">item</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
- <td></td>
- </tr>
- </tbody>
- </table>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map_System_Collections_IEnumerable_GetEnumerator.md&value=---%0Auid%3A%20IPA.Config.Data.Map.System%23Collections%23IEnumerable%23GetEnumerator%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/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L123">View Source</a>
- </span>
- <a id="IPA_Config_Data_Map_System_Collections_IEnumerable_GetEnumerator_" data-uid="IPA.Config.Data.Map.System#Collections#IEnumerable#GetEnumerator*"></a>
- <h4 id="IPA_Config_Data_Map_System_Collections_IEnumerable_GetEnumerator" data-uid="IPA.Config.Data.Map.System#Collections#IEnumerable#GetEnumerator">IEnumerable.GetEnumerator()</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">IEnumerator IEnumerable.GetEnumerator()</code></pre>
- </div>
- <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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerator">IEnumerator</a></td>
- <td></td>
- </tr>
- </tbody>
- </table>
- <h3 id="implements">Implements</h3>
- <div>
- <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2">System.Collections.Generic.IDictionary<TKey,TValue></a>
- </div>
- <div>
- <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">System.Collections.Generic.ICollection<T></a>
- </div>
- <div>
- <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">System.Collections.Generic.IEnumerable<T></a>
- </div>
- <div>
- <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">System.Collections.IEnumerable</a>
- </div>
- <h3 id="extensionmethods">Extension Methods</h3>
- <div>
- <a class="xref" href="IPA.Utilities.EnumerableExtensions.html#IPA_Utilities_EnumerableExtensions_NonNull__2_System_Collections_Generic_IEnumerable___0__System_Func___0___1__">EnumerableExtensions.NonNull<T, U>(IEnumerable<T>, Func<T, U>)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Utilities.EnumerableExtensions.html#IPA_Utilities_EnumerableExtensions_NonNull__2_System_Collections_Generic_IEnumerable___0__System_Func___0_System_Nullable___1___">EnumerableExtensions.NonNull<T, U>(IEnumerable<T>, Func<T, Nullable<U>>)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField__2___0_System_String___1_">ReflectionUtil.SetField<T, U>(T, String, U)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__2___1_System_String_">ReflectionUtil.GetField<U, T>(T, String)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty__2___0_System_String___1_">ReflectionUtil.SetProperty<T, U>(T, String, U)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetProperty__2___1_System_String_">ReflectionUtil.GetProperty<U, T>(T, String)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__2___1_System_String_System_Object___">ReflectionUtil.InvokeMethod<U, T>(T, String, Object[])</a>
- </div>
- </article>
- </div>
-
- <div class="hidden-sm col-md-2" role="complementary">
- <div class="sideaffix">
- <div class="contribution">
- <ul class="nav">
- <li>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Data_Map.md&value=---%0Auid%3A%20IPA.Config.Data.Map%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" class="contribution-link">Improve this Doc</a>
- </li>
- <li>
- <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/055778cc9d21c84349ea929f513db5e728767192/IPA.Loader/Config/Data/Map.cs/#L14" class="contribution-link">View Source</a>
- </li>
- </ul>
- </div>
- <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
- <h5>In This Article</h5>
- <div></div>
- </nav>
- </div>
- </div>
- </div>
- </div>
-
- <footer>
- <div class="grad-bottom"></div>
- <div class="footer">
- <div class="container">
- <span class="pull-right">
- <a href="#top">Back to top</a>
- </span>
-
- <span>Generated by <strong>DocFX</strong></span>
- </div>
- </div>
- </footer>
- </div>
-
- <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
- <script type="text/javascript" src="../styles/docfx.js"></script>
- <script type="text/javascript" src="../styles/main.js"></script>
- </body>
- </html>
|