Add Method
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Public Overridable Sub Add ( _
ByRef pVar As Object _
)
'Usage
Dim instance As SimpleListClass
Dim pVar As Object
instance.Add(pVar)
public virtual void Add(
ref Object pVar
)
public:
virtual void Add(
[InAttribute] Object^% pVar
)
public function Add(
pVar : Object
)
Parameters
- pVar
Type: System..::.Object%
Implements
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.