What are workaround options for implementing union types in C#
I am trying to implement a system where I need to have a C# class with property which type can be one of
types.
I am trying to implement a system where I need to have a C# class with property which type can be one of
types.