Overload | Description |
---|---|
Match<T,TResult>(T) | Start match block (advanced 'switch'). |
Match<T,TResult>(T,Func<TResult>) | The same as Match but type is defined |
Match<T,TResult>(T,TResult) | The same as Match but type is defined |
Overload | Description |
---|---|
Match<T,TResult>(T) | Start match block (advanced 'switch'). |
Match<T,TResult>(T,Func<TResult>) | The same as Match but type is defined |
Match<T,TResult>(T,TResult) | The same as Match but type is defined |