withSIX.Play.Core.Games.Legacy.ServerQuery.ServerMapper.SourceTagParser.ParseInt C# (CSharp) Method

ParseInt() private method

private ParseInt ( string key ) : int?
key string
return int?
            int? ParseInt(string key) => _settings.ContainsKey(key) ? _settings[key].TryIntNullable() : null;