Subclasses should override this method to return true if this object should not be considered for autoproxying by this post processor. Sometimes we need to be able to avoid this happening if it will lead to a circular reference. This implementation returns false.
[Visual Basic] Protected Overridable Sub ShouldSkip( _ ByVal targetType As Type, _ ByVal targetName As String _ )