BOMPolicy

Overview

Location

Fields


Value

 

var Value: uint8;

 

uint8 Value

 

var Value: uint8

 

Value uint8

 

FIELD Value() As uint8

Instance Methods


constructor

 

constructor

 

BOMPolicy()

 

init()

 

Sub New()

constructor (Byte)

 

// .NET, .NET Standard 2.0
constructor(aValue: Byte)
// Island
constructor(aValue: uint8)

 

// .NET, .NET Standard 2.0
BOMPolicy(Byte aValue)
// Island
BOMPolicy(uint8 aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: Byte)
// Island
init(_ aValue: uint8)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Byte)
// Island
Sub New(aValue As uint8)

Parameters:

  • aValue:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32