DiscriminatedUnionList<Type1, Type2, Type3, Type4>.

AddRange(IEnumerable<Type1>) Method

Summary

Adds the object to the end of the DiscriminatedUnionList

Syntax

public void AddRange(IEnumerable<Type1> collectionToAdd)

Parameters

Name Type Description
collectionToAdd IEnumerable<Type1>

Return Value

Type Description
void