Struct PortRange
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
Last
Declaration
Property Value
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