SIPSorcery.AppServer.DialPlan.DialPlanSettings.GetENUMs C# (CSharp) 메소드

GetENUMs() 공개 메소드

public GetENUMs ( ) : string>.Dictionary
리턴 string>.Dictionary
        public Dictionary<string, string> GetENUMs()
        {
            return GetLookups(SIPDialPlanLookupTypes.ENUM);
        }