Kodama

ComposiblePointcut 論理否定演算子 (!) 

[This is preliminary documentation and subject to change.]

Pointcutの論理を反転します

public static ComposiblePointcut operator !(
   ComposiblePointcut pointcut
);

パラメータ

pointcut
論理を反転するPointcut

戻り値

論理が反転されたPointcut

参照

ComposiblePointcut クラス | Kodama.Aop.Pointcut.Compose 名前空間