Show / Hide Table of Contents

Namespace ExtendedXmlSerializer.ExtensionModel.Types.Sources

Classes

AllAssemblyTypes

Iterates through all private and public types found in the assembly of the provided reference type.

AllAssemblyTypes<T>

Iterates through all private and public types found in the assembly of the provided reference type.

AllTypesInSameNamespace

Iterates through all private and public types found in the namespace of the provided reference type.

AllTypesInSameNamespace<T>

Iterates through all private and public types found in the namespace of the provided reference type.

InspectedPropertyTypes

Iterates through all public properties in given type and resolve its types. Then recursively iterates through them.

InspectedPropertyTypes<T>

Iterates through all public properties in given type and resolve its types. Then recursively iterates through them.

NestedTypes

Iterates through all private and public nested types found in the provided reference type.

NestedTypes<T>

Iterates through all private and public nested types found in the provided reference type.

PublicAssemblyTypes

Iterates through all public types found in the assembly of the provided reference type.

PublicAssemblyTypes<T>

Iterates through all public types found in the assembly of the provided reference type.

PublicNestedTypes

Iterates through all public nested types found in the provided reference type.

PublicNestedTypes<T>

Iterates through all public nested types found in the provided reference type.

PublicTypesInSameNamespace

Iterates through all public types found in the namespace of the provided reference type.

PublicTypesInSameNamespace<T>

Iterates through all public types found in the namespace of the provided reference type.

Back to top Generated by DocFX