DiscriminatedUnionList<Type1, Type2, Type3, Type4>.

Add(Type1) Method

Summary

Adds the object to the end of the DiscriminatedUnionList

Syntax

public void Add(Type1 item)

Parameters

Name Type Description
item Type1

Return Value

Type Description
void