•Created by Strikeeaglechase on 12/23/2024 in #help
Cast value's in object[] to type based on result from method.GetParameters
You could have something like an IWrapper interface with a single object Inner { get; } property, then you can check whether an object is an IWrapper and then get the inner value.