RepoFactory Create T  Method KerbalData - KSP Data Unlocked!
Creates a new reposiotry instance

Namespace: KerbalData
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IKerbalDataRepo<T> Create<T>(
	Object[] parameters = null
)
where T : class, new(), IStorable

Parameters

parameters (Optional)
Type:  OnlineSystem Object 
paramerter data used to init the reposiotry
Type Parameters

T
model type to be managed by the repository

Return Value

new repository instance for the requested type
See Also