public enum Msg { IP, Port, Name, Other }
System.Enum.GetName(typeof(Msg), msg);
let port = Enum.Port; let nameOfPort = Enum[a]; // "Port"
作者: 艾孜尔江