Qué indica: en la clase o definición de interfaz en C#.¿Qué significa este colón en este código C#?
public interface IServer : IServerManager, ISimulation, ISiteEx
{
/// <summary>
/// Returns the highest game version that supported by this server.
/// Higher versions aren't guaranteed to work perfect.
/// </summary>
Version MaxSupportedGameVersion { get; }
/// <summary>
/// Gets/sets the current server configuration.
/// </summary>
ServerConfiguration Configuration { get; set; }
}
En el futuro, proporcione un párrafo o dos que describa su pregunta en el cuerpo de la pregunta, en lugar de simplemente el asunto. –