AddressRange Struct
Definition
An inclusive range of addresses.
public sealed struct AddressRange : IEquatable<AddressRange>
Constructors
| Name | Description |
|---|---|
AddressRange(UInt16, UInt16) |
Properties
| Name | Description |
|---|---|
End |
|
Start |
Methods
| Name | Description |
|---|---|
Contains(UInt16) |
|
ToString() |