Class AllTypesInSameNamespace<T>
Iterates through all private and public types found in the namespace of the provided reference type.
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.ExtensionModel.Types.Sources
Assembly: ExtendedXmlSerializer.dll
Syntax
public sealed class AllTypesInSameNamespace<T> : Items<Type>, IEnumerable<Type>, IEnumerable, ISource<ImmutableArray<Type>>
Type Parameters
T
The reference type to query. |
Constructors
AllTypesInSameNamespace()
Creates a new instance.
Declaration
public AllTypesInSameNamespace()