OfDefaultedType

public struct OfDefaultedType<T> : PropertyTypeSpec where T : Equatable, T : Defaultable

Specifies that a Property has type T, and should use a default value if the property is missing.

Internally used by Swindler. You should not use this directly.