InclusionExclusionList<T>.IsAllowed(T) 方法

定义

根据类的设置确定是否允许 T (或未筛选)

public:
 bool IsAllowed(T toQuestion);
public:
 bool IsAllowed(T toQuestion);
bool IsAllowed(T toQuestion);
public bool IsAllowed (T toQuestion);
member this.IsAllowed : 'T -> bool
Public Function IsAllowed (toQuestion As T) As Boolean

参数

toQuestion
T

要与包含或排除列表进行比较的对象

返回

Boolean

描述是否未筛选 T 的布尔值 (即允许 T)

适用于