Instance Property
インスタンスプロパティ
custom
customMirror
A mirror that reflects the URL components.
URL構成要素を反映するミラー。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var customMirror: Mirror
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Describing URL Components URL構成要素を記述する
var description: String
A textual description of the URL components.
URL構成要素のテキスト表現。
var debugDescription : String
A textual description of the URL components suitable for debugging.
デバッグに適するURL構成要素のテキスト表現。
var hashValue : Int
The computed hash value for the URL components.
URL構成要素に対する計算ハッシュ値。