Adds an Object to the List.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public virtual bool Add( Object o ) |
Visual Basic |
---|
Public Overridable Function Add ( _ o As Object _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Add( Object^ o ) |
Parameters
- o
- Type: System..::..Object
the object to add