 | RangeCreate Method |
Creates new range with start and end defined.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic static Range Create(
long start,
long end
)
Public Shared Function Create (
start As Long,
end As Long
) As Range
public:
static Range^ Create(
long long start,
long long end
)
static member Create :
start : int64 *
end : int64 -> Range Parameters
- start Int64
- Range start.
- end Int64
- Range end.
Return Value
RangeNew range.
See Also