Instance Property インスタンスプロパティ

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. NSRangeSpecifierのインスタンスは、いくらかの要素からなるある範囲における最初または最後の要素を表しているオブジェクト指定子を含みます、そしてそれらの指定子はcontainerの前後関係の中で評価されます。

See Also 参照

Getting and setting the container object コンテナオブジェクトの取得と設定