Show / Hide Table of Contents

Class InspectedPropertyTypes

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

Inheritance
System.Object
ItemsBase<System.Type>
Items<System.Type>
InspectedPropertyTypes
Inherited Members
Items<Type>.GetEnumerator()
ItemsBase<Type>.Get()
ItemsBase<Type>.IEnumerable.GetEnumerator()
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.ExtensionModel.Types.Sources
Assembly: ExtendedXmlSerializer.dll
Syntax
public sealed class InspectedPropertyTypes : Items<Type>, IEnumerable<Type>, IEnumerable, ISource<ImmutableArray<Type>>

Constructors

InspectedPropertyTypes(Type)

Creates a new instance.

Declaration
public InspectedPropertyTypes(Type type)
Parameters
System.Type type

The reference type to query.

Extension Methods

ExtensionMethods.Return<T, TOut>(T, TOut)
ExtensionMethods.Only<T>(IEnumerable<T>)
ExtensionMethods.To<T>(Object)
ExtensionMethods.AsValid<T>(Object, String)
ExtensionMethodsForAttachedProperties.Get<TType, TValue>(TType, Property<TType, TValue>)
ExtensionMethodsForAttachedProperties.Set<TType, TValue>(TType, Property<TType, TValue>, TValue)
ExtensionMethodsForCoreSources.If<TParameter, TResult>(TResult, ISpecification<TParameter>)
ExtensionMethodsForCoreSources.Let<TSpecification, TInstance>(TInstance, ISpecification<TSpecification>, TInstance)
ExtensionMethodsForCoreSources.Singleton<T>(ISource<T>)
ExtensionMethodsForCoreSources.ToSourceDelegate<T>(ISource<T>)
ExtensionMethodsForCoreSources.ToDelegate<T>(ISource<T>)
ExtensionMethodsForExtensionModel.WithArrayTypes(IEnumerable<Type>)
Back to top Generated by DocFX