DiscriminatedUnionWithBaseList<Type1, Type2, BaseType>.

Add(Type2) Method

Summary

Adds the object to the end of the DiscriminatedUnionList

Syntax

public void Add(Type2 item)

Parameters

Name Type Description
item Type2

Return Value

Type Description
void