PowerTCP Mail for .NET
Clear Method
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > PartList Class : Clear Method




Clears all objects in this collection.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub Clear() 
Visual Basic (Usage)Copy Code
Dim instance As PartList
 
instance.Clear()
C# 
public override void Clear()
Managed Extensions for C++ 
public: void Clear(); override 
C++/CLI 
public:
void Clear(); override 

Remarks

This method removes all objects in this collection from the parent collection and this collection. This method is O(n2) in time, so it is recommended that the parent’s Clear() be used instead where possible.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.