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