mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues
This commit is contained in:
parent
d78cb3182a
commit
f9b9b15214
15 changed files with 38 additions and 23 deletions
|
@ -224,7 +224,7 @@ namespace System {
|
|||
}
|
||||
|
||||
#if FEATURE_WIN32_REGISTRY
|
||||
public Dictionary<String, TimeZoneInfo> m_systemTimeZones ~ DeleteDictionaryAndKeysAndItems!(_);
|
||||
public Dictionary<String, TimeZoneInfo> m_systemTimeZones ~ DeleteDictionaryAndKeysAndValues!(_);
|
||||
//public ReadOnlyCollection<TimeZoneInfo> m_readOnlySystemTimeZones;
|
||||
public bool m_allSystemTimeZonesRead;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue