LumiSoft Net Help
Range_long Constructor (start, end)
NamespacesLumiSoft.NetRange_longRange_long(Int64, Int64)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public Range_long(
	long start,
	long end
)
Public Sub New ( 
	start As Long,
	end As Long
)
public:
Range_long(
	long long start, 
	long long end
)
new : 
        start : int64 * 
        end : int64 -> Range_long
Parameters
start (Int64)
Range start value.
end (Int64)
Range end value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119