AnyOf icon indicating copy to clipboard operation
AnyOf copied to clipboard

Use the AnyOf<TFirst, TSecond, ...> type to handle multiple defined types as input parameters or return values for methods.

Results 2 AnyOf issues
Sort by recently updated
recently updated
newest added

I would like to develop a feature that I think is missing from this library and could be very useful when working in ASP.NET and service->controller communication. First I thought...