[This is preliminary documentation and is subject to change.]

Gets the internal (ICommitable, functional) items for the specified Agent..::..InternalContainers

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public IEnumerable<ICommitable> GetInternals(
	Agent..::..InternalContainers container,
	params Agent..::..InternalContainers[] additionalContainers
)

Parameters

container
Type: Clarion.Framework..::..Agent..::..InternalContainers
A container from which to get internal (functional) items
additionalContainers
Type: array<Clarion.Framework..::..Agent..::..InternalContainers>[]()[][]
(optional) Any additional containers that may be desired from which to get internal (functional) items

Return Value

The internal (functional) items located in the specified internals container(s)

See Also