Contents

rangeContainerObject

Sets the top-level container object for a range-specifier evaluation to a give object.

Declaration

var rangeContainerObject: Any? { get set }

Parameters

  • container:

    The top-level container object for a range-specifier evaluation.

Discussion

Instances of NSRangeSpecifier contain object specifiers representing the first or last element in a range of elements, and these specifiers are evaluated in the context of container.

See Also

Getting and setting the container object