withSIX.Play.Core.Games.Legacy.ServerQuery.ServerQueryResult.ServerQueryResult C# (CSharp) 메소드

ServerQueryResult() 보호된 메소드

protected ServerQueryResult ( string>.IDictionary settings, bool isMasterResult = false ) : System
settings string>.IDictionary
isMasterResult bool
리턴 System
        protected ServerQueryResult(IDictionary<string, string> settings, bool isMasterResult = false) {
            Contract.Requires<ArgumentNullException>(settings != null);
            Settings = settings;
            IsMasterResult = isMasterResult;
        }