AjaxControlToolkit.NoBot.GetCopyOfUserAddressCache C# (CSharp) Méthode

GetCopyOfUserAddressCache() public static méthode

Returns a copy of the user address cache
public static GetCopyOfUserAddressCache ( ) : string>.SortedList
Résultat string>.SortedList
        public static SortedList<DateTime, string> GetCopyOfUserAddressCache()
        {
            lock(_pastAddresses) {
                return new SortedList<DateTime, string>(_pastAddresses);
            }
        }