Show / Hide Table of Contents

Class ConfiguredContainer

Entry point for creating containers by way of profiles, which are pre-configured container configurations.

Inheritance
System.Object
ConfiguredContainer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ExtendedXmlSerializer.Configuration
Assembly: ExtendedXmlSerializer.dll
Syntax
public static class ConfiguredContainer

Methods

New<T>()

Creates a new configuration with the referenced profile type applied to it.

Declaration
public static IConfigurationContainer New<T>()
    where T : class, IConfigurationProfile
Returns
IConfigurationContainer

A configured configuration container with the referenced configuration profile applied to it.

Type Parameters
T

The referenced profile type.

Back to top Generated by DocFX