Adds an item to the ICollection<(Of <(<'T>)>)>.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public void Add( T item ) |
Visual Basic |
---|
Public Sub Add ( item As T ) |
Visual C++ |
---|
public: virtual void Add( T item ) sealed |
F# |
---|
abstract Add : item : 'T -> unit override Add : item : 'T -> unit |
Parameters
- item
- Type: T
The object to add to the ICollection<(Of <(<'T>)>)>.
Implements
ICollection<(Of <(<'T>)>)>..::..Add(T)Exceptions
Exception | Condition |
---|---|
System..::..NotSupportedException | The ICollection<(Of <(<'T>)>)> is read-only. |