Table of Contents

IsAutoProperty Method

Definition

Namespace
Cuemon.Extensions.Reflection
Assemblies
Cuemon.Extensions.Reflection.dll
Source
src/Cuemon.Extensions.Reflection/PropertyInfoExtensions.cs

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

bool

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

Exceptions

ArgumentNullException

property is null.