DiscriminatedUnionWithBaseList<Type1, Type2, Type3, Type4, Type5, Type6, BaseType>.

Add(Type6) Method

Summary

Adds the object to the end of the DiscriminatedUnionList

Syntax

public void Add(Type6 item)

Parameters

Name Type Description
item Type6

Return Value

Type Description
void