Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-08-19 20:30:55 +0300
committerGitHub <noreply@github.com>2021-08-19 20:30:55 +0300
commit27c22f9c0084a1bcc249c2b0f73fa2c7fb87857e (patch)
tree670d3051eb8a9743812ee54d828387475ac6d0ba
parent5e43a6f2623613e3fce691aeb1da1071264b760a (diff)
Apply API changes from https://github.com/mono/mono/pull/21192
-rw-r--r--profiles/net_4_x/Mono.Options.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/net_4_x/Mono.Options.cs b/profiles/net_4_x/Mono.Options.cs
index a0f4c5f..901ef7d 100644
--- a/profiles/net_4_x/Mono.Options.cs
+++ b/profiles/net_4_x/Mono.Options.cs
@@ -105,6 +105,8 @@ namespace Mono.Options
{
public OptionSet() { }
public OptionSet(System.Converter<string, string> localizer) { }
+ public OptionSet(System.Converter<string, string> localizer, System.StringComparer comparer) { }
+ public OptionSet(System.StringComparer comparer) { }
public System.Collections.ObjectModel.ReadOnlyCollection<Mono.Options.ArgumentSource> ArgumentSources { get { throw null; } }
public System.Converter<string, string> MessageLocalizer { get { throw null; } }
public Mono.Options.OptionSet Add(Mono.Options.ArgumentSource source) { throw null; }