Overload List
Name | Description | |
---|---|---|
Add<(Of <<'(TData>)>>)(IEnumerable<(Of <<'(TData>)>>)) |
Adds the TData instances to the default C1 storage.
If the storage does not exist, then one is created.
This method triggers the events OnBeforeAdd and OnAfterAdd for each item in items | |
Add<(Of <<'(TData>)>>)(TData) |
Adds the TData instance to the default C1 storage.
If the storage does not exist, then one is created.
This method triggers the events OnBeforeAdd and OnAfterAdd for the item item.
|