什麼是:在C#中的類或接口定義中指示的。這個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; }
}
在未來,請提供一兩段描述你的問題中的問題的機構,而不是剛剛的主題行。 –