Click or drag to resize
MimeKit

HtmlAttributeCollectionCount Property

Get the number of attributes in the collection.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int Count { get; }

Property Value

Int32
The number of attributes in the collection.
Remarks
Gets the number of attributes in the collection.
See Also