CocoaWrappedSwiftObject

Overview

Location

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