ExtensionsAddInts Method (ListInt32, ListInt32)
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static void AddInts(
this List<int> source,
List<int> Ints
)
<ExtensionAttribute>
Public Shared Sub AddInts (
source As List(Of Integer),
Ints As List(Of Integer)
)
public:
[ExtensionAttribute]
static void AddInts(
List<int>^ source,
List<int>^ Ints
)
[<ExtensionAttribute>]
static member AddInts :
source : List<int> *
Ints : List<int> -> unit
DMLibrary.Extensions.AddInts = function(source, Ints);
Parameters
- source
- Type: System.Collections.GenericListInt32
- Ints
- Type: System.Collections.GenericListInt32
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ListInt32. 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