RootContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
RootContext(CodeExpression, Object) |
Initializes a new instance of the RootContext class. |
Properties
Expression |
Gets the expression representing the root object in the object graph. |
Value |
Gets the root object of the object graph. |
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) |