IDataFactoryTGet(String, String, Int32) Method

Gets a collection of objects from a disk file.

Definition

Namespace: Common.Core.Interfaces
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
IList<T> Get(
	string path,
	string? file,
	int max = 0
)

Parameters

path  String
Location of the data file.
file  String
Name of the file. If not supplied the default name is used.
max  Int32  (Optional)
Maximum number of objects to return. Zero indicates all available.

Return Value

IListT
A collection of objects.

See Also