Click or drag to resize
BroccoliSharp BroVector Methods

The BroVector type exposes the following members.

Methods
  Name Description
Public method Add(BroValue)
Adds value to this BroVector.
Public method Add(Object, BroType, String)
Adds value of type to this BroVector.
Public method Clear
Removes all items from this BroVector.
Public method Clone
Gets a clone of this BroVector.
Public method Contains
Determines whether this BroVector contains specified value.
Public method CopyTo
Copies the elements of this BroVector to an Array, starting at a particular Array index.
Public method Dispose
Releases all the resources used by this BroVector object.
Protected method Dispose(Boolean)
Releases the unmanaged resources used by this BroVector object and optionally releases the managed resources.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Releases the unmanaged resources before this BroVector object is reclaimed by GC.
(Overrides ObjectFinalize.)
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Determines the index of the specified value in this BroVector.
Public method Insert(Int32, BroValue)
Inserts value in this BroVector at the specified index.
Public method Insert(Int32, Object, BroType, String)
Inserts value of type in this BroVector at the specified index.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove
Removes the first occurrence of the specified BroValue from this BroVector.
Public method RemoveAt
Removes the BroValue item at the specified index.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also