Interface IPropertyQuery
Namespace: AutoFixture.Kernel
Assembly: AutoFixture.dll
Defines a strategy for selecting properties from a type.
public interface IPropertyQueryMethods
SelectProperties(Type)
Selects the properties for the specified type.
IEnumerable<PropertyInfo> SelectProperties(Type type)Parameters
type Type
The type.
Returns
Property information for properties belonging to type.