Click or drag to resize
InfocommentListFindBySeqid Method
按照顺序号查找评论。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public Infocomment FindBySeqid(
	int value
)

Parameters

value
Type: SystemInt32
查找值。

Return Value

Type: Infocomment
查找到的评论,如果未查找到则为 null。
See Also