Interface IPropertyQuery

Namespace: AutoFixture.Kernel
Assembly: AutoFixture.dll

Defines a strategy for selecting properties from a type.

public interface IPropertyQuery

Methods

SelectProperties(Type)

Selects the properties for the specified type.

IEnumerable<PropertyInfo> SelectProperties(Type type)

Parameters

type Type

The type.

Returns

IEnumerable<PropertyInfo>

Property information for properties belonging to type.