Class NestedTypes
Iterates through all private and public nested types found in 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 NestedTypes : Items<Type>, IEnumerable<Type>, IEnumerable, ISource<ImmutableArray<Type>>
Constructors
NestedTypes(Type)
Creates a new instance.
Declaration
public NestedTypes(Type referenceType)
Parameters
System.Type
referenceType
The reference type to query. |