LookupsExtensionMethodsAddRange Method (Lookups, Lookups) |
Adds all Lookups in a range to an existing Lookups collection .
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static Lookups AddRange(
this Lookups lookups,
Lookups range
)
<ExtensionAttribute>
Public Shared Function AddRange (
lookups As Lookups,
range As Lookups
) As Lookups
public:
[ExtensionAttribute]
static Lookups^ AddRange(
Lookups^ lookups,
Lookups^ range
)
Parameters
- lookups
- Type: Lookups
Existing Lookups - range
- Type: Lookups
Range of Lookups to Add
Return Value
Type:
LookupsExisting Collection, for method chaining
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Lookups. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also