Struct PortRange
Namespace: OnixS.Cme.ILink3
Assembly: OnixS.Cme.ILink3.dll
Syntax
public struct PortRange
Constructors
PortRange(Int32)
Declaration
public PortRange(int singlePort)
Parameters
Type | Name | Description |
---|---|---|
Int32 | singlePort |
PortRange(Int32, Int32)
Declaration
public PortRange(int first, int last)
Parameters
Type | Name | Description |
---|---|---|
Int32 | first | |
Int32 | last |
Properties
First
Declaration
public readonly int First { get; }
Property Value
Type | Description |
---|---|
Int32 |
Last
Declaration
public readonly int Last { get; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |