65 return (
string)@object;
71 return (
string)@object;
148 if (
value.Value !=
null)
153 if (
value.Value !=
null)
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
Enumerator GetEnumerator()
static readonly FastResourceComparer Default
object LoadObject(int pos)
string LoadString(int pos)
static object ReadValue(ResourceReader reader, int dataPos, bool isString, out ResourceLocator locator)
override IDictionaryEnumerator GetEnumerator()
RuntimeResourceSet(Stream stream, bool permitDeserialization=false)
override object GetObject(string key)
override string GetString(string key)
override object GetObject(string key, bool ignoreCase)
IDictionaryEnumerator GetEnumeratorHelper()
ResourceReader _defaultReader
Dictionary< string, ResourceLocator > _resCache
Dictionary< string, ResourceLocator > _caseInsensitiveTable
object GetObject(string key, bool ignoreCase, bool isString)
RuntimeResourceSet(string fileName)
override void Dispose(bool disposing)
override string GetString(string key, bool ignoreCase)
static string ObjectDisposed_ResourceSet
static StringComparer OrdinalIgnoreCase
new IEnumerator< T > GetEnumerator()
static bool CanCache(ResourceTypeCode value)