Class CollectionType
public record CollectionType : IEquatable<CollectionType>
- Inheritance
-
CollectionType
- Implements
- Inherited Members
Properties
ImplementationType
public required Type ImplementationType { get; init; }
Property Value
IsDynamic
public required bool IsDynamic { get; init; }
Property Value
ServiceType
public required Type ServiceType { get; init; }