Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ RemoveEntry()

void System.IO.Compression.ZipArchive.RemoveEntry ( ZipArchiveEntry entry)
inlinepackage

Definition at line 292 of file ZipArchive.cs.

293 {
296 }
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
Dictionary< string, ZipArchiveEntry > _entriesDictionary
Definition ZipArchive.cs:21
List< ZipArchiveEntry > _entries
Definition ZipArchive.cs:17

References System.IO.Compression.ZipArchive._entries, System.IO.Compression.ZipArchive._entriesDictionary, and System.Collections.Generic.Dictionary< TKey, TValue >.Remove().

Referenced by System.IO.Compression.ZipArchiveEntry.Delete().