'Declaration
Public Overrides Sub GetChildren( _ ByVal context As ISystemContext, _ ByVal children As IList(Of BaseInstanceState) _ )
'Usage
Dim instance As BaseDataVariableState Dim context As ISystemContext Dim children As IList(Of BaseInstanceState) instance.GetChildren(context, children)
public override void GetChildren( ISystemContext context, IList<BaseInstanceState> children )
public: void GetChildren( ISystemContext^ context, IList<BaseInstanceState^>^ children ) override
Parameters
- context
- The context for the system being accessed.
- children
- The list of children to populate.