Share via


Collection<T>.Merge Method

Include Protected Members
Include Inherited Members

Merges the IMetadataCollection<T> objects into one collection.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Merge(array<IMetadataCollection<T>[]) Merges the IMetadataCollection<T> objects into one collection.
Public methodStatic member Merge(Boolean, array<IMetadataCollection<T>[]) Merges two or more collections into one collection.
Public methodStatic member Merge(IMetadataCollection<T>, IMetadataCollection<T>) Merges the two specified collections into one collection.
Public methodStatic member Merge(Boolean, IMetadataCollection<T>, IMetadataCollection<T>) Merges the two specified collections into one collection.

Top