DiscriminatedUnionListExtensions.

Add<Type1, Type2, Type3, Type4, Type5, Type6, Type7, Type8, Type9, Type10>(List<DiscriminatedUnion<Type1, Type2, Type3, Type4, Type5, Type6, Type7, Type8, Type9, Type10>>, Type4) Method

Summary

Adds the object to the end of the DiscriminatedUnionList

Syntax

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

Type Parameters

Name Description
Type1
Type2
Type3
Type4
Type5
Type6
Type7
Type8
Type9
Type10

Parameters

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

Return Value

Type Description
void