ValueCollection.Add Method (Int64)
The Add method adds an integer value to the ValueCollection.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As ValueCollection
Dim val As Long
instance.Add(val)
Syntax
'Declaration
Public MustOverride Sub Add ( _
val As Long _
)
public abstract void Add (
long val
)
public:
virtual void Add (
long long val
) abstract
public abstract void Add (
long val
)
public abstract function Add (
val : long
)
Parameters
- val
Contains an integer that will be added to the ValueCollection.
Exceptions
Exception type | Condition |
---|---|
System.ArgumentNullException | The argument is null. |
System.InvalidOperationException | The value of the val parameter cannot be converted to the data type of the collection. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
ValueCollection Class
ValueCollection Members
Microsoft.MetadirectoryServices Namespace