Represents MIME child entity collection in multipart/xxx entity.

C# | Visual Basic | Visual C++ | F# |
public class MIME_EntityCollection : IEnumerable
Public Class MIME_EntityCollection Implements IEnumerable
public ref class MIME_EntityCollection : IEnumerable
type MIME_EntityCollection = class interface IEnumerable end

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Add(MIME_Entity) |
Adds specified MIME enity to the collection.
|
![]() | Clear()()()() |
Removes all items from the collection.
|
![]() | Contains(MIME_Entity) |
Gets if the collection contains specified MIME entity.
|
![]() | Count |
Gets number of items in the collection.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator()()()() |
Gets enumerator.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert(Int32, MIME_Entity) |
Inserts a new MIME entity into the collection at the specified location.
|
![]() | IsModified |
Gets if enity collection has modified.
|
![]() | Item[([( Int32])]) |
Gets MIME entity at the specified index.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove(MIME_Entity) |
Removes specified MIME entity from the collection.
|
![]() | Remove(Int32) |
Removes MIME entity at the specified index from the collection.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | |
![]() | MIME_EntityCollection |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119