DOFArraysubList Method OpenDOF Object Access Library
{@inheritDoc}

Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public virtual IList<DOFValue> subList(
	int fromIndex,
	int toIndex
)

Parameters

fromIndex
Type: SystemInt32
toIndex
Type: SystemInt32

Return Value

Type: IListDOFValue
See Also

Reference