BroVector Methods |
The BroVector type exposes the following members.
Name | Description | |
---|---|---|
Add(BroValue) |
Adds value to this BroVector.
|
|
Add(Object, BroType, String) | ||
Clear |
Removes all items from this BroVector.
|
|
Clone |
Gets a clone of this BroVector.
|
|
Contains |
Determines whether this BroVector contains specified value.
|
|
CopyTo | ||
Dispose |
Releases all the resources used by this BroVector object.
|
|
Dispose(Boolean) |
Releases the unmanaged resources used by this BroVector object and optionally releases the managed resources.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
IndexOf |
Determines the index of the specified value in this BroVector.
|
|
Insert(Int32, BroValue) | ||
Insert(Int32, Object, BroType, String) | ||
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove | ||
RemoveAt |
Removes the BroValue item at the specified index.
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |