CocoaWrappedSwiftObject
Overview
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Platforms: iOS, iOS Simulator, Mac Catalyst, macOS, visionOS, visionOS Simulator
- Ancestry: NSObject | CocoaWrappedSwiftObject
Properties
Value
property Value: SwiftObject read;
SwiftObject Value { get; }
var Value: SwiftObject { get{} }
SwiftObject Value { __get; }
ReadOnly Property Value() As SwiftObject
Class Methods
FromValue
class method FromValue(aValue: SwiftObject): IslandObject
static IslandObject FromValue(SwiftObject aValue)
static func FromValue(_ aValue: SwiftObject) -> IslandObject
static IslandObject FromValue(SwiftObject aValue)
Shared Function FromValue(aValue As SwiftObject) As IslandObject
Parameters:
- aValue:
Instance Methods
hash override virtual
method hash: NSUInteger
NSUInteger hash()
func hash() -> NSUInteger
NSUInteger hash()
Function hash() As NSUInteger