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

◆ ClearItems()

override void System.Net.Mail.AttachmentCollection.ClearItems ( )
inlineprotectedvirtual

Reimplemented from System.Collections.ObjectModel.Collection< Attachment >.

Definition at line 41 of file AttachmentCollection.cs.

42 {
43 if (_disposed)
44 {
45 throw new ObjectDisposedException(GetType().FullName);
46 }
47 base.ClearItems();
48 }

References System.Net.Mail.AttachmentCollection._disposed, and System.FullName.