Interface IContext
A general context component that is used by the configuration API. Should not be used by external applications.
Namespace: ExtendedXmlSerializer.Configuration
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IContext
Properties
Parent
Provides access to the context's parent context.
Declaration
IContext Parent { get; }
Property Value
IContext
|
Root
Provides access to the root context.
Declaration
IRootContext Root { get; }
Property Value
IRootContext
|