ReflectionGetSetProperties Method

Get properties with assignment method.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static IEnumerable<PropertyInfo> GetSetProperties(
	Object source,
	BindingFlags flags = BindingFlags.Instance|BindingFlags.Public|BindingFlags.NonPublic
)

Parameters

source  Object
Object from which property values are read.
flags  BindingFlags  (Optional)
Property search restrictions.

Return Value

IEnumerablePropertyInfo
IEnumerableT with the properties with assignment method.

See Also