ElementCollectionTAdd Method |
Adds an item to the ICollectionT.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public void Add(
T item
)
Public Sub Add (
item As T
)
Parameters
- item T
- The object to add to the ICollectionT.
Implements
ICollectionTAdd(T)Exceptions Exception | Condition |
---|
NotSupportedException | The ICollectionT is read-only. |
See Also