• Version 1.7.1
Show / Hide Table of Contents

Struct PortRange

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OnixS.Cme.ILink3
Assembly: OnixS.Cme.ILink3.dll
Syntax
public readonly struct PortRange

Constructors

PortRange(int)

Declaration
public PortRange(int singlePort)
Parameters
Type Name Description
int singlePort

PortRange(int, int)

Declaration
public PortRange(int first, int last)
Parameters
Type Name Description
int first
int last

Properties

First

Declaration
public int First { get; }
Property Value
Type Description
int

Last

Declaration
public int Last { get; }
Property Value
Type Description
int

Methods

ToString()

Returns the fully qualified type name of this instance.

Declaration
public override string ToString()
Returns
Type Description
string

The fully qualified type name.

Overrides
ValueType.ToString()
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX