PropertyCollection<T0> Constructor

Declaration

public PropertyCollection<T0>(IEnumerable<IProperty<TContainer>> enumerable);

Parameters

enumerable An <see cref="IEnumerable" /> of properties to wrap.

Description

Initializes a new instance of the PropertyCollection_1 struct which wraps the given enumerable.


Declaration

public PropertyCollection<T0>(List<IProperty<TContainer>> properties);

Parameters

properties A list of properties to wrap.

Description

Initializes a new instance of the PropertyCollection_1 struct which wraps the given properties list.


Did you find this page useful? Please give it a rating: