use new Map<>
This commit is contained in:
@@ -18,7 +18,7 @@ namespace hgl
|
|||||||
if(uri_short_name.IsEmpty())
|
if(uri_short_name.IsEmpty())
|
||||||
return(false);
|
return(false);
|
||||||
|
|
||||||
if(assets_source_map.KeyExist(uri_short_name))
|
if(assets_source_map.ContainsKey(uri_short_name))
|
||||||
return(false);
|
return(false);
|
||||||
|
|
||||||
assets_source_map.Add(uri_short_name,as);
|
assets_source_map.Add(uri_short_name,as);
|
||||||
|
Reference in New Issue
Block a user