SIPSorcery.AppServer.DialPlan.DialPlanSettings.GetENUMs C# (CSharp) Méthode

GetENUMs() public méthode

public GetENUMs ( ) : string>.Dictionary
Résultat string>.Dictionary
        public Dictionary<string, string> GetENUMs()
        {
            return GetLookups(SIPDialPlanLookupTypes.ENUM);
        }