Builderdash.Configuration.MasterConfiguration.GetMasterServer C# (CSharp) 메소드

GetMasterServer() 공개 메소드

public GetMasterServer ( string name ) : ServerConfiguration
name string
리턴 ServerConfiguration
        public ServerConfiguration GetMasterServer(string name)
        {
            return MasterServers.FirstOrDefault(s => s.Name.Equals(name, StringComparison.OrdinalIgnoreCase));
        }