Show / Hide Table of Contents

Class AllAssemblyTypes<T>

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

Inheritance
System.Object
ItemsBase<System.Type>
Items<System.Type>
AllAssemblyTypes<T>
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 AllAssemblyTypes<T> : Items<Type>, IEnumerable<Type>, IEnumerable, ISource<ImmutableArray<Type>>
Type Parameters
T

The reference type of which to query.

Constructors

AllAssemblyTypes()

Creates a new instance.

Declaration
public AllAssemblyTypes()

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