'Declaration
Protected Sub SetUpdateList( _ ByVal updateList As IList(Of BaseInstanceState) _ )
'Usage
Dim instance As BaseVariableValue Dim updateList As IList(Of BaseInstanceState) instance.SetUpdateList(updateList)
protected void SetUpdateList( IList<BaseInstanceState> updateList )
protected: void SetUpdateList( IList<BaseInstanceState^>^ updateList )
Parameters
- updateList