'Declaration
Public Function New( _ ByVal readOnlyModelProvider As IUAReadOnlyModelProvider _ )
'Usage
Dim readOnlyModelProvider As IUAReadOnlyModelProvider Dim instance As New UAModel(readOnlyModelProvider)
public UAModel( IUAReadOnlyModelProvider readOnlyModelProvider )
public: UAModel( IUAReadOnlyModelProvider^ readOnlyModelProvider )
Parameters
- readOnlyModelProvider
- The read-only model provider to be used for the model.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).