Click or drag to resize
MimeKit

MetadataCollection Class

A collection of metadata.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListMetadata
    MailKitMetadataCollection

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class MetadataCollection : List<Metadata>

The MetadataCollection type exposes the following members.

Constructors
 NameDescription
Public methodMetadataCollection Initializes a new instance of the MetadataCollection class.
Public methodMetadataCollection(IEnumerableMetadata) Initializes a new instance of the MetadataCollection class.
Top
Properties
 NameDescription
Public propertyCapacity
(Inherited from ListMetadata)
Public propertyCount
(Inherited from ListMetadata)
Public propertyItem
(Inherited from ListMetadata)
Top
Methods
 NameDescription
Public methodAdd
(Inherited from ListMetadata)
Public methodAddRange
(Inherited from ListMetadata)
Public methodAsReadOnly
(Inherited from ListMetadata)
Public methodBinarySearch(T)
(Inherited from ListMetadata)
Public methodBinarySearch(T, IComparerT)
(Inherited from ListMetadata)
Public methodBinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListMetadata)
Public methodClear
(Inherited from ListMetadata)
Public methodContains
(Inherited from ListMetadata)
Public methodConvertAllTOutput
(Inherited from ListMetadata)
Public methodCopyTo(T)
(Inherited from ListMetadata)
Public methodCopyTo(T, Int32)
(Inherited from ListMetadata)
Public methodCopyTo(Int32, T, Int32, Int32)
(Inherited from ListMetadata)
Public methodEquals
(Inherited from Object)
Public methodExists
(Inherited from ListMetadata)
Protected methodFinalize
(Inherited from Object)
Public methodFind
(Inherited from ListMetadata)
Public methodFindAll
(Inherited from ListMetadata)
Public methodFindIndex(PredicateT)
(Inherited from ListMetadata)
Public methodFindIndex(Int32, PredicateT)
(Inherited from ListMetadata)
Public methodFindIndex(Int32, Int32, PredicateT)
(Inherited from ListMetadata)
Public methodFindLast
(Inherited from ListMetadata)
Public methodFindLastIndex(PredicateT)
(Inherited from ListMetadata)
Public methodFindLastIndex(Int32, PredicateT)
(Inherited from ListMetadata)
Public methodFindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListMetadata)
Public methodForEach
(Inherited from ListMetadata)
Public methodGetEnumerator
(Inherited from ListMetadata)
Public methodGetHashCode
(Inherited from Object)
Public methodGetRange
(Inherited from ListMetadata)
Public methodGetType
(Inherited from Object)
Public methodIndexOf(T)
(Inherited from ListMetadata)
Public methodIndexOf(T, Int32)
(Inherited from ListMetadata)
Public methodIndexOf(T, Int32, Int32)
(Inherited from ListMetadata)
Public methodInsert
(Inherited from ListMetadata)
Public methodInsertRange
(Inherited from ListMetadata)
Public methodLastIndexOf(T)
(Inherited from ListMetadata)
Public methodLastIndexOf(T, Int32)
(Inherited from ListMetadata)
Public methodLastIndexOf(T, Int32, Int32)
(Inherited from ListMetadata)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodRemove
(Inherited from ListMetadata)
Public methodRemoveAll
(Inherited from ListMetadata)
Public methodRemoveAt
(Inherited from ListMetadata)
Public methodRemoveRange
(Inherited from ListMetadata)
Public methodReverse
(Inherited from ListMetadata)
Public methodReverse(Int32, Int32)
(Inherited from ListMetadata)
Public methodSort
(Inherited from ListMetadata)
Public methodSort(ComparisonT)
(Inherited from ListMetadata)
Public methodSort(IComparerT)
(Inherited from ListMetadata)
Public methodSort(Int32, Int32, IComparerT)
(Inherited from ListMetadata)
Public methodToArray
(Inherited from ListMetadata)
Public methodToString
(Inherited from Object)
Public methodTrimExcess
(Inherited from ListMetadata)
Public methodTrueForAll
(Inherited from ListMetadata)
Top
Remarks
A collection of metadata.
See Also