Click or drag to resize

contentCollectionBaseTAdd Method (IEnumerableT)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Core.contentStructure.collections.contentCollectionBase`1.Add(System.Collections.Generic.IEnumerable{`0})"]

Namespace:  imbNLP.Core.contentStructure.collections
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public void Add(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableT

[Missing <param name="items"/> documentation for "M:imbNLP.Core.contentStructure.collections.contentCollectionBase`1.Add(System.Collections.Generic.IEnumerable{`0})"]

See Also