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

AddRange(IEnumerable<Type6>) Method

Summary

Adds the object to the end of the DiscriminatedUnionList

Syntax

public void AddRange(IEnumerable<Type6> collectionToAdd)

Parameters

Name Type Description
collectionToAdd IEnumerable<Type6>

Return Value

Type Description
void