'宣言 Protected Friend Function ExclusiveOrExpression(Of TDataObjectType)( _ ByVal left As Expression(Of Func(Of TDataObject,Boolean)), _ ByVal right As Expression(Of Func(Of TDataObject,Boolean)) _ ) As Expression(Of Func(Of TDataObject,Boolean))
protected internal Expression<Func<TDataObject,bool>> ExclusiveOrExpression<TDataObjectType>( Expression<Func<TDataObject,bool>> left, Expression<Func<TDataObject,bool>> right )