DiscriminatedUnionListExtensions.

Add<Type1, Type2>(List<DiscriminatedUnion<Type1, Type2>>, Type2) Method

Summary

Adds the object to the end of the DiscriminatedUnionList

Syntax

public static void Add<Type1, Type2>(this List<DiscriminatedUnion<Type1, Type2>> values, Type2 item)

Type Parameters

Name Description
Type1
Type2

Parameters

Name Type Description
values List<DiscriminatedUnion<Type1, Type2>> the List to add the items to.
item Type2

Return Value

Type Description
void