Click or drag to resize
DigitalRuneChildCollectionTParent, TChild Constructor (TParent, Int32)

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
protected ChildCollection(
	TParent parent,
	int capacity
)

Parameters

parent
Type: TParent
The parent object that owns this collection.
capacity
Type: SystemInt32
The number of elements that the new list can initially store.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptioncapacity is less than 0.
See Also