Class AllTypesInSameNamespace
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 : Items<Type>, IEnumerable<Type>, IEnumerable, ISource<ImmutableArray<Type>>
Constructors
AllTypesInSameNamespace(Type)
Creates a new instance.
Declaration
public AllTypesInSameNamespace(Type referenceType)
Parameters
System.Type
referenceType
The reference type to query. |