Click or drag to resize

CrudTStore Method (ListT)

Namespace:  SandcastleTest.Generic.DAL.FileSystemStorage
Assembly:  SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void Store(
	List<T> allEntities
)

Parameters

allEntities
Type: System.Collections.GenericListT
all entities
See Also