Uredi

RootContext Class

Definition

A CodeDomSerializer adds a root context to provide a definition of the root object. This class cannot be inherited.

public ref class RootContext sealed
public sealed class RootContext
type RootContext = class
Public NotInheritable Class RootContext
Inheritance
RootContext

Remarks

The RootContext can be placed on the context stack to represent the object that is the root of the serialization hierarchy. In addition to this instance, the RootContext also contains an expression that can be used to reference the RootContext.

Constructors

Name Description
RootContext(CodeExpression, Object)

Initializes a new instance of the RootContext class.

Properties

Name Description
Expression

Gets the expression representing the root object in the object graph.

Value

Gets the root object of the object graph.

Applies to

See also