IUnion<A,B,C> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IUnion<A,B,C> : IEquatable<Microsoft.Teams.Common.Union<A,B,C>>
type IUnion<'A, 'B, 'C> = interface
interface IEquatable<Union<'A, 'B, 'C>>
Public Interface IUnion(Of A, B, C)
Implements IEquatable(Of Union(Of A, B, C))
Type Parameters
- A
- B
- C
- Derived
- Implements
-
IEquatable<Union<A,B,C>>
Properties
| Name | Description |
|---|---|
| Value | |
Methods
| Name | Description |
|---|---|
| Match<TResult>(Func<A,TResult>, Func<B,TResult>, Func<C,TResult>) | |
| Switch(Action<A>, Action<B>, Action<C>) | |