Click or drag to resize

BcfFaultCollection Methods

[This is preliminary documentation and is subject to change.]

The BcfFaultCollection type exposes the following members.

Methods
  NameDescription
Public methodContains(T) (Inherited from ReadOnlyCollectionBcfFault.)
Public methodContains(BcfFaultId)
Determines whether the collection contains the specified faultId.
Public methodContains(BcfRow, BcfRule)
Determines whether the collection contains the specified address.
Public methodCopyTo (Inherited from ReadOnlyCollectionBcfFault.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyCollectionBcfFault.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from ReadOnlyCollectionBcfFault.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetFault(BcfFaultId)
Gets the BcfFault for the faultId.
Public methodTryGetFault(BcfRow, BcfRule)
Gets the BcfFault for the combination of row and rule.
Top
See Also