Click or drag to resize

CondensedStats Structure

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

Statistics provided to a cutover predicate.

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public struct CondensedStats

The CondensedStats type exposes the following members.

Properties
  NameDescription
Public propertyCount
Count of items currently in the collection.
Public propertyInternPoolCount
Count of items currently in the collection's intern pool.
Public propertyUniqueCount
Count of unique items currently in the collection.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CondensedStats)
Determines whether the specified object is equal to the current object.
Public methodGetHashCode
Gets the hash of the value
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two specified CondensedStats values are equal.
Public operatorStatic memberInequality
Determines whether two specified CondensedStats values are not equal.
Top
See Also

Reference

Other Resources