Click or drag to resize
BroccoliSharp BroSet Methods

The BroSet type exposes the following members.

Methods
  Name Description
Public method Add(BroValue)
Adds value to this BroSet.
Public method Add(Object, BroType, String)
Adds value of type to this BroSet.
Public method Clear
Removes all items from this BroSet.
Public method Clone
Gets a clone of this BroSet.
Public method Contains(BroValue)
Determines whether this BroSet contains specified value.
Public method Contains(Object, BroType, String)
Determines whether this BroSet contains specified value of type.
Public method CopyTo
Copies the elements of this BroSet to an Array, starting at a particular Array index.
Public method Dispose
Releases all the resources used by this BroSet object.
Protected method Dispose(Boolean)
Releases the unmanaged resources used by this BroSet object and optionally releases the managed resources.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method ExceptWith
Removes all elements in the specified collection from the current set.
Protected method Finalize
Releases the unmanaged resources before this BroSet 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 IntersectWith
Modifies the current set so that it contains only elements that are also in a specified collection.
Public method IsProperSubsetOf
Determines whether the current set is a proper (strict) subset of a specified collection.
Public method IsProperSupersetOf
Determines whether the current set is a proper (strict) superset of a specified collection.
Public method IsSubsetOf
Determines whether a set is a subset of a specified collection.
Public method IsSupersetOf
Determines whether the current set is a superset of a specified collection.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Overlaps
Determines whether the current set overlaps with the specified collection.
Public method Remove
Removes the first occurrence of the specified BroValue from this BroSet.
Public method SetEquals
Determines whether the current set and the specified collection contain the same elements.
Public method SymmetricExceptWith
Modifies the current set so that it contains only elements that are present either in the current set or in the specified collection, but not both.
Public method ToList
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method UnionWith
Modifies the current set so that it contains all elements that are present in either the current set or the specified collection.
Top
See Also