Skip to content
Discussion options

You must be logged in to vote

Hmm, you might be right. It might be 6.0 where the old behaviour is no longer present. Certainly the methods were dropped from the base class in 6.0, so you can no longer override them - there is nothing to override. The attributes are the way ahead though; other methods of identification are deprecated.

The TargetParameterCount exception is a similar problem to the one you had on the root object, but on a child class. It can't find an Insert method with the correct signature; the number of parameters you are passing from the parent doesn't match with any discovered insert method in the child. Adding an attribute might help with discovery, or it might be a genuine mismatch between what yo…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@oskarjf
Comment options

@TheCakeMonster
Comment options

Answer selected by oskarjf
@oskarjf
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants