Boxed class is used to retrieve a structure information that is defined in Cocoa. All structures allow to retrieve an information by Boxed Class.
Methods in Boxed Class
Boxed.type
Returns a structure type information.
- type -> String
- [RETURN]
- Returns a structure type information.
- [RETURN]
1 2 3 |
|
Boxed.opaque?
Returns whether structure is opaque.
- opaque? -> bool
- [RETURN]
- Returns a true if structure is opaque. Otherwise, returns a false.
- [RETURN]
1 2 3 4 5 6 |
|