Click or drag to resize
BroccoliSharp BroTable Methods

The BroTable type exposes the following members.

Methods
  Name Description
Public method Add(KeyValuePairBroValue, BroValue)
Adds a key/value pair to this BroTable.
Public method Add(BroValue, BroValue)
Adds an element with the provided key and value to this BroTable.
Public method Add(Object, BroType, Object, BroType, String, String)
Adds an element with the provided key of keyType and value of valueType to this BroTable.
Public method Clear
Removes all items from this BroTable.
Public method Clone
Gets a clone of this BroTable.
Public method Contains
Determines whether this BroTable contains specified key/value pair.
Public method ContainsKey(BroValue)
Determines whether this BroTable contains specified key.
Public method ContainsKey(Object, BroType, String)
Determines whether this BroTable contains specified key of keyType.
Public method CopyTo
Copies the elements of this BroTable to an Array, starting at a particular Array index.
Public method Dispose
Releases all the resources used by this BroTable object.
Protected method Dispose(Boolean)
Releases the unmanaged resources used by this BroTable 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 BroTable 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.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove
Removes the element with the specified key from this BroTable.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method TryGetValue(BroValue, BroValue)
Gets the BroValue associated with the specified key.
Public method TryGetValue(Object, BroType, BroValue, String)
Gets the BroValue associated with the specified key of keyType.
Top
See Also