Table of Contents

Class PropertyInfoExtensions

Namespace
Cuemon.Extensions.Reflection
Assembly
Cuemon.Extensions.Reflection.dll

Extension methods for the System.Reflection.PropertyInfo class.

public static class PropertyInfoExtensions
Inheritance
Object
PropertyInfoExtensions

Methods

IsAutoProperty(PropertyInfo)

Determines whether the specified property is considered an automatic property implementation.

public static bool IsAutoProperty(this PropertyInfo property)

Parameters

property PropertyInfo

The property to check for automatic property implementation.

Returns

Boolean

true if the specified property is considered an automatic property implementation; otherwise, false.

Exceptions

System.ArgumentNullException

property is null.