Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public Function Add ( _
	obj As Object _
) As Integer
C#
public int Add(
	Object obj
)
Visual C++
public:
virtual int Add(
	Object^ obj
) sealed
JavaScript
function add(obj);

Parameters

obj
Type: System..::..Object

Implements

IList..::..Add(Object)

See Also