BroVector Class |
Namespace: BroccoliSharp
The BroVector type exposes the following members.
Name | Description | |
---|---|---|
BroVector |
Creates a new BroVector.
| |
BroVector(IEnumerableBroValue) |
Creates a new BroVector from an existing collection of BroValue items.
|
Name | Description | |
---|---|---|
Add(BroValue) |
Adds value to this BroVector.
| |
Add(Object, BroType, String) |
Adds value of type to this BroVector.
| |
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 |
Releases the unmanaged resources before this BroVector object is reclaimed by GC.
(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) |
Inserts value in this BroVector at the specified index.
| |
Insert(Int32, Object, BroType, String) |
Inserts value of type in this BroVector at the specified index.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
Removes the first occurrence of the specified BroValue from this BroVector.
| |
RemoveAt |
Removes the BroValue item at the specified index.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in this BroVector.
| |
IsReadOnly |
Gets a value indicating whether this BroVector is read-only.
| |
Item |
Gets or sets the BroValue at the specified index.
|