Click or drag to resize

DiagnosticItem Methods

The DiagnosticItem type exposes the following members.

Methods
  NameDescription
Protected methodCheckNumberOfValues
Check if number of diagnostic values matches number of brackets
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHandleValues
Examine each arg and put it into an appropriate diagnostic value
Public methodHasHint
Returns true if this item has an associated hint. The hint can be accessed throught the Hint property.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNumberOfValues
Return the number of values that this item expects
Public methodSetLocation(String)
Location of error message
Public methodSetLocation(String, Double)
Location of error message
Public methodSetLocation(DiagnosticsLocationType, String)
Location of error message
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also