Class InspectedPropertyTypes
Iterates through all public properties in given type and resolve its types. Then recursively iterates through them.
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 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. |