OfOptionalType

public struct OfOptionalType<T> : PropertyTypeSpec where T : Equatable

Used to specify that a Property has the type T?.

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