|
Range<T> .Merge(Range<T> ) Method
|
Merges two ranges into one range that fully encompasses both ranges.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
SyntaxPublic Function Merge (
range As Range(Of T)
) As Range(Of T)
View SourceParameters
- range Range<T>
- The range to be merged with this one.
Return Value
Range<T>The range that fully encompasses the merged ranges.
See Also