P_Cyjb_Markdown_Syntax_HtmlAttributeList_Count - CYJB/Cyjb.Markdown GitHub Wiki
获取当前集合包含的元素数。
Namespace: Cyjb.Markdown.Syntax
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984
C#
public override int Count { get; }Type: Int32
当前集合中包含的元素数。
ICollection(T).Count
IReadOnlyCollection(T).Count
ICollection.Count