© 2026 Hedgehog Software, LLC
T GetSomething<T, U>(U InputValues)
T
U
MyInputType inputValues; MyType result = GetSomething<MyType>(inputValues);
MyInputType inputValues; MyType result = GetSomething<MyType, MyInputType>(inputValues);