public delegate bool ExceptWhenPredicate( Nullable<Object> userValue )
Public Delegate Function ExceptWhenPredicate ( _ userValue As Nullable(Of Object) _ ) As Boolean
public delegate bool^ ExceptWhenPredicate( Nullable<Object^> userValue )