IndexedString Class

Definition

Provides a utility string class that is used by the ObjectStateFormatter class to optimize object graph serialization. This class cannot be inherited.

public ref class IndexedString sealed
[System.Serializable]
public sealed class IndexedString
[<System.Serializable>]
type IndexedString = class
Public NotInheritable Class IndexedString
Inheritance
IndexedString
Attributes

Remarks

The IndexedString class is used by the ObjectStateFormatter class to build string tables and optimize object graph serialization. IndexedString provides optimization that allows the efficient storing of page state information that contains a repeated string. The IndexedString class is not intended to be used directly from your code.

Constructors

IndexedString(String)

Initializes a new instance of the IndexedString class.

Properties

Value

Gets the string associated with the IndexedString object.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to