Object Extension

Location

  • Reference:
    • Silver.dll  .NET, .NET Standard 2.0
    • silver.jar  Cooper
    • Silver.fx  Island
    • libSilver.fx  Toffee
  • Namespace: Swift
  • Extends: Object

Properties


debugDescription .NET, .NET Standard 2.0, Cooper, Island

 

property debugDescription: NativeString read;

 

NativeString debugDescription { get; }

 

var debugDescription: NativeString { get{} }

 

NativeString debugDescription { __get; }

 

ReadOnly Property debugDescription() As NativeString

description .NET, .NET Standard 2.0, Cooper, Island

 

property description: not nullable NativeString read;

 

NativeString! description { get; }

 

var description: NativeString { get{} }

 

NativeString description { __get; }

 

ReadOnly Property description() As NativeString

hashValue

 

property hashValue: not nullable Int read;

 

Int! hashValue { get; }

 

var hashValue: Int { get{} }

 

Int hashValue { __get; }

 

ReadOnly Property hashValue() As Int