ToArray

ToArray()

创建并返回一个包含所有注释的数组。

public IComment[] ToArray()

Return Value

Array of Comment

See Also


ToArray(int, int)

创建并返回一个包含指定范围内所有注释的数组。

public IComment[] ToArray(int startIndex, int count)
ParameterTypeDescription
startIndexInt32要返回的第一个注释的索引。
countInt32要返回的注释数量。

Return Value

Array of Comment

See Also