The method should return a type with parameterless constructor that will be used to create a new
IData instance.
The returned type is used by C1 to construct a new object when
New<(Of <<'(TData>)>>)()()()() is called.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| Visual Basic |
|---|
Function GetTypeToBuild ( _
dataType As Type _
) As Type |
| Visual C++ |
|---|
Type^ GetTypeToBuild(
Type^ dataType
) |
Return Value
Should return a type that will be used to create an object that implements the given
dataType interface.
See Also