Type Method
型メソッド
valueWithRange:
Creates a new value object containing the specified Foundation range structure.
指定されたFoundation範囲構造体を含んでいる新しい値オブジェクトを作成します。
Parameters
パラメータ
range
The value for the new object.
新しいオブジェクトに対する値。
Return Value
戻り値
A new value object that contains the range information.
範囲情報を含んでいる新しい値オブジェクト。
See Also
参照
Working with Range Values
範囲値を扱う
rangeValue
The Foundation range structure representation of the value.
その値のFoundation範囲構造体表現。
Related Documentation
関連文書
NSRange
A structure used to describe a portion of a series, such as characters in a string or objects in an array.
あるシリーズの一部分、例えば文字列の中の文字または配列の中のオブジェクトを記述するのに使われる構造体。