IPMask

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.net
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:

 

constructor

 

constructor

 

IPMask()

 

init()

 

Sub New()

constructor (Slice<Byte>)

 

constructor(aValue: Slice<Byte>)

 

IPMask(Slice<Byte> aValue)

 

init(_ aValue: Slice<Byte>)

 

Sub New(aValue As Slice<Byte>)

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

Size

 

method Size: tuple of (ones: Int64, bits: Int64)

 

(Int64 ones, Int64 bits) Size()

 

func Size() -> (Int64, Int64)

 

func Size() tuple of (|name=ones| Int64, |name=bits| Int64)

 

Function Size() As Tuple (Of Int64, Int64)

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string

Value

 

var Value: Slice<Byte>;

 

Slice<Byte> Value

 

var Value: Slice<Byte>

 

Value Slice<Byte>

 

FIELD Value() As Slice<Byte>

 

Value

 

var Value: Slice<Byte>;

 

Slice<Byte> Value

 

var Value: Slice<Byte>

 

Value Slice<Byte>

 

FIELD Value() As Slice<Byte>

 

constructor

 

constructor

 

IPMask()

 

init()

 

Sub New()

constructor (Slice<Byte>)

 

constructor(aValue: Slice<Byte>)

 

IPMask(Slice<Byte> aValue)

 

init(_ aValue: Slice<Byte>)

 

Sub New(aValue As Slice<Byte>)

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

Size

 

method Size: tuple of (ones: Int64, bits: Int64)

 

(Int64 ones, Int64 bits) Size()

 

func Size() -> (Int64, Int64)

 

func Size() tuple of (|name=ones| Int64, |name=bits| Int64)

 

Function Size() As Tuple (Of Int64, Int64)

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string