小编use*_*640的帖子

这个冒号在这个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; }
}
Run Code Online (Sandbox Code Playgroud)

c# inheritance

7
推荐指数
3
解决办法
5125
查看次数

标签 统计

c# ×1

inheritance ×1