Discussion 解説
The base
property can be cast back to its original type using one of the type casting operators (as?
, as!
, or as
).
base
プロパティは、それの元の型へキャストされて戻されることが型キャスト演算子(as?
、as!
、またはas
)を使って可能です。
Availability
Technology
var base: Any { get }
The base
property can be cast back to its original type using one of the type casting operators (as?
, as!
, or as
).
base
プロパティは、それの元の型へキャストされて戻されることが型キャスト演算子(as?
、as!
、またはas
)を使って可能です。