Overload List

  NameDescription
Public methodAdd<(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
Public methodAdd<(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.

See Also