BroSet Methods |
The BroSet type exposes the following members.
Name | Description | |
---|---|---|
Add(BroValue) |
Adds value to this BroSet.
|
|
Add(Object, BroType, String) | ||
Clear |
Removes all items from this BroSet.
|
|
Clone |
Gets a clone of this BroSet.
|
|
Contains(BroValue) |
Determines whether this BroSet contains specified value.
|
|
Contains(Object, BroType, String) | ||
CopyTo | ||
Dispose |
Releases all the resources used by this BroSet object.
|
|
Dispose(Boolean) |
Releases the unmanaged resources used by this BroSet object and optionally releases the managed resources.
|
|
Equals | (Inherited from Object.) | |
ExceptWith |
Removes all elements in the specified collection from the current set.
|
|
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.) |
|
IntersectWith |
Modifies the current set so that it contains only elements that are also in a specified collection.
|
|
IsProperSubsetOf |
Determines whether the current set is a proper (strict) subset of a specified collection.
|
|
IsProperSupersetOf |
Determines whether the current set is a proper (strict) superset of a specified collection.
|
|
IsSubsetOf |
Determines whether a set is a subset of a specified collection.
|
|
IsSupersetOf |
Determines whether the current set is a superset of a specified collection.
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Overlaps |
Determines whether the current set overlaps with the specified collection.
|
|
Remove | ||
SetEquals |
Determines whether the current set and the specified collection contain the same elements.
|
|
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.
|
|
ToList | ||
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
UnionWith |
Modifies the current set so that it contains all elements that are present in either the current set or the specified collection.
|