DiscriminatedUnionListExtensions.

Add<Type1, Type2, Type3, Type4, Type5, Type6>(List<DiscriminatedUnion<Type1, Type2, Type3, Type4, Type5, Type6>>, Type6) Method

Summary

Adds the object to the end of the DiscriminatedUnionList

Syntax

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

Type Parameters

Name Description
Type1
Type2
Type3
Type4
Type5
Type6

Parameters

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

Return Value

Type Description
void