CArray MethodsTerminal Works - PDF Printing.Net Library

The CArray type exposes the following members.

Methods

  NameDescription
Public methodAdd(CObject)
Adds the specified value add the end of the sequence.
(Inherited from CSequence.)
Public methodAdd(CSequence)
Adds the specified sequence.
(Inherited from CSequence.)
Public methodClear
Removes all elements from the sequence.
(Inherited from CSequence.)
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodContains
Determines whether the specified value is in the sequence.
(Inherited from CSequence.)
Protected methodCopy
Implements the copy mechanism of this class.
(Overrides CSequenceCopy.)
Public methodCopyTo
Copies the elements of the sequence to the specified array.
(Inherited from CSequence.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the sequence.
(Inherited from CSequence.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the index of the specified value in the sequence or -1, if no such value is in the sequence.
(Inherited from CSequence.)
Public methodInsert
Inserts the specified value in the sequence.
(Inherited from CSequence.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the specified value from the sequence.
(Inherited from CSequence.)
Public methodRemoveAt
Removes the value at the specified index from the sequence.
(Inherited from CSequence.)
Public methodToContent
Converts the sequence to a PDF content stream.
(Inherited from CSequence.)
Public methodToString
Returns a string that represents the current value.
(Overrides CSequenceToString.)
Top
See Also

Reference