OfType

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

Specifies that a Property has type T.

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