Skip to content

M_Cyjb_Compilers_Lexers_DfaState_Contains

CYJB edited this page Sep 9, 2022 · 7 revisions

DfaState.Contains 方法

确定当前集合是否包含指定对象。

Namespace: Cyjb.Compilers.Lexers
Assembly: Cyjb.Compilers (in Cyjb.Compilers.dll) Version: 1.0.0

语法

C#

public override bool Contains(
	DfaState item
)

参数

 

item
Type: Cyjb.Compilers.Lexers.DfaState
要在当前集合中定位的对象。

返回值

Type: Boolean
如果在当前集合中找到 item,则为 true;否则为 false

实现

ICollection(T).Contains(T)

参见

Reference

DfaState 类
Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally