C# 클래스 Catel.ReSharper.CatelProperties.CSharp.PropertyDeclarationExtension

The property declaration extension.
파일 보기 프로젝트 열기: Catel/Catel.ReSharper

공개 메소드들

메소드 설명
HasDefaultCatelImplementation ( this propertyDeclaration ) : bool

Indicates whether the property has default property data implementation.

메소드 상세

HasDefaultCatelImplementation() 공개 정적인 메소드

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