Initializes a new instance of the
FileRange class.
Namespace: Microsoft.WindowsAzure.Storage.File
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim start As Long
Dim end As Long
Dim instance As New FileRange(start, end) |
Syntax
| Visual Basic |
|---|
Public Sub New ( _
start As Long, _
end As Long _
) |
| C# |
|---|
public FileRange (
long start,
long end
) |
| C++ |
|---|
public:
FileRange (
long long start,
long long end
) |
| J# |
|---|
public FileRange (
long start,
long end
) |
| JScript |
|---|
public function FileRange (
start : long,
end : long
) |
Parameters
- start
The starting offset.
- end
The ending offset.
Remarks
Platforms
See Also