Creates a new reposiotry instance
Namespace: KerbalDataAssembly: 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:
System 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 typeSee Also