DiscriminatedUnionList<Type1, Type2, Type3, Type4, Type5, Type6, Type7, Type8, Type9, Type10>.

Add(Type8) Method

Summary

Adds the object to the end of the DiscriminatedUnionList

Syntax

public void Add(Type8 item)

Parameters

Name Type Description
item Type8

Return Value

Type Description
void