共用方式為


AttributeExistsConstraint.Matches(Object) 方法

定義

測試物件是否提供預期的屬性。

public override bool Matches (object actual);
override this.Matches : obj -> bool

參數

actual
Object

Type、MethodInfo 或其他 ICustomAttributeProvider

傳回

如果預期的屬性存在,則為 True,否則為 false

適用於