Click or drag to resize
DigitalRuneReadOnlyWeakCollectionTICollectionTAdd Method
Not supported.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
void ICollection<T>.Add(
	T item
)

Parameters

item
Type: T
The object to be added.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
NotSupportedException This collection is read-only.
See Also