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

The property declaration extension.
Afficher le fichier Open project: Catel/Catel.ReSharper

Méthodes publiques

Méthode Description
HasDefaultCatelImplementation ( this propertyDeclaration ) : bool

Indicates whether the property has default property data implementation.

Method Details

HasDefaultCatelImplementation() public static méthode

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