C# 클래스 Pathoschild.DesignByContract.Tests.Framework.Annotated.Sword

파일 보기 프로젝트 열기: Pathoschild/DesignByContract

공개 프로퍼티들

프로퍼티 타입 설명
_onIndexer bool
_onProperty bool
_onReadonlyProperty bool
_onWriteonlyProperty bool
_privateProperty bool

Private Properties

프로퍼티 타입 설명
OnMethod bool
OnMethodReturnValue bool
this bool

공개 메소드들

메소드 설명
OnMethodParameter ( [ value ) : bool

A method with an annotated parameter.

Sword ( )

Construct an instance.

Sword ( [ value )

Construct an instance with an annotated parameter.

비공개 메소드들

메소드 설명
OnMethod ( bool value ) : bool
OnMethodReturnValue ( bool value ) : bool
this ( bool key ) : bool

메소드 상세

OnMethodParameter() 공개 메소드

A method with an annotated parameter.
public OnMethodParameter ( [ value ) : bool
value [ The return value.
리턴 bool

Sword() 공개 메소드

Construct an instance.
public Sword ( )

Sword() 공개 메소드

Construct an instance with an annotated parameter.
public Sword ( [ value )
value [ The return value.

프로퍼티 상세

_onIndexer 공개적으로 프로퍼티

public bool _onIndexer
리턴 bool

_onProperty 공개적으로 프로퍼티

public bool _onProperty
리턴 bool

_onReadonlyProperty 공개적으로 프로퍼티

public bool _onReadonlyProperty
리턴 bool

_onWriteonlyProperty 공개적으로 프로퍼티

public bool _onWriteonlyProperty
리턴 bool

_privateProperty 공개적으로 프로퍼티

public bool _privateProperty
리턴 bool