GenericListWrapper<T>.Add Method |
See interface docs.
Namespace: VirtualRadar.Interface.PortableBindingAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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: System.Object
Return Value
Type:
Int32Implements
IList.Add(Object)
See Also