EldorADO.NET Class Library

IObjectStorage.Create Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:Eldorado.Object.Entity.IObjectStorage.Create(System.Type,System.Object[])

[Visual Basic]
Function Create( _
   ByVal type As Type, _
   ParamArray args As Object() _
) As Object
[C#]
object Create(
   Type type,
   params object[] args
);

Parameters

type
Missing <param> documentation for type
args
Missing <param> documentation for args

Return Value

Missing <returns> documentation for M:Eldorado.Object.Entity.IObjectStorage.Create(System.Type,System.Object[])

See Also

IObjectStorage Interface | Eldorado.Object.Entity Namespace