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

상속: ISword
파일 보기 프로젝트 열기: Pathoschild/DesignByContract 1 사용 예제들

공개 프로퍼티들

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
OnMethod ( bool value ) : bool

An annotated method.

OnMethodParameter ( bool value ) : bool

A method with an annotated parameter.

OnMethodReturnValue ( bool value ) : bool

A method with an annotated return value.

this ( bool key ) : bool

An annotated indexer.

The value can be set directly using _onIndexer.

메소드 상세

OnMethod() 공개 메소드

An annotated method.
public OnMethod ( bool value ) : bool
value bool The return value.
리턴 bool

OnMethodParameter() 공개 메소드

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

OnMethodReturnValue() 공개 메소드

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

this() 공개 메소드

An annotated indexer.
The value can be set directly using _onIndexer.
public this ( bool key ) : bool
key bool
리턴 bool

프로퍼티 상세

_onIndexer 공개적으로 프로퍼티

public bool _onIndexer
리턴 bool

_onProperty 공개적으로 프로퍼티

public bool _onProperty
리턴 bool

_onReadonlyProperty 공개적으로 프로퍼티

public bool _onReadonlyProperty
리턴 bool

_privateProperty 공개적으로 프로퍼티

public bool _privateProperty
리턴 bool