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