GenericListWrapperTAdd Method |
See interface docs.
Namespace: VirtualRadar.Interface.PortableBindingAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Add(
Object value
)
Public Function Add (
value As Object
) As Integer
public:
virtual int Add(
Object^ value
) sealed
abstract Add :
value : Object -> int
override Add :
value : Object -> int
Parameters
- value
- Type: SystemObject
Return Value
Type:
Int32Implements
IListAdd(Object)See Also