C# Class Catel.ReSharper.CatelProperties.CSharp.PropertyDeclarationExtension

The property declaration extension.
Show file Open project: Catel/Catel.ReSharper

Public Methods

Method Description
HasDefaultCatelImplementation ( this propertyDeclaration ) : bool

Indicates whether the property has default property data implementation.

Method Details

HasDefaultCatelImplementation() public static method

Indicates whether the property has default property data implementation.
The is null.
public static HasDefaultCatelImplementation ( this propertyDeclaration ) : bool
propertyDeclaration this /// The property declaration. ///
return bool