Skip to content

M_Cyjb_Markdown_Syntax_NodeList_1_RemoveRange

CYJB edited this page Feb 1, 2024 · 1 revision

NodeList(T).RemoveRange 方法 (Int32, Int32)

移除指定范围的子节点。

Namespace: Cyjb.Markdown.Syntax
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984

语法

C#

public void RemoveRange(
	int index,
	int count
)

参数

 

index
Type: System.Int32
要移除的节点起始索引。
count
Type: System.Int32
要移除的节点个数。

Exceptions

 

异常 条件
ArgumentOutOfRangeException index 小于零或大于等于节点个数。
ArgumentOutOfRangeException index + count 不表示子节点列表中的有效范围。

参见

Reference

NodeList(T) 类
RemoveRange 重载
Cyjb.Markdown.Syntax 命名空间

Clone this wiki locally