C# Class Pathoschild.DesignByContract.Tests.Framework.Annotated.InterfaceSword

Inheritance: ISword
Afficher le fichier Open project: Pathoschild/DesignByContract Class Usage Examples

Méthodes publiques

Свойство Type Description
_onIndexer bool
_onProperty bool
_onReadonlyProperty bool
_privateProperty bool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

OnMethod() public méthode

An annotated method.
public OnMethod ( bool value ) : bool
value bool The return value.
Résultat bool

OnMethodParameter() public méthode

A method with an annotated parameter.
public OnMethodParameter ( bool value ) : bool
value bool The return value.
Résultat bool

OnMethodReturnValue() public méthode

A method with an annotated return value.
public OnMethodReturnValue ( bool value ) : bool
value bool The return value.
Résultat bool

this() public méthode

An annotated indexer.
The value can be set directly using _onIndexer.
public this ( bool key ) : bool
key bool
Résultat bool

Property Details

_onIndexer public_oe property

public bool _onIndexer
Résultat bool

_onProperty public_oe property

public bool _onProperty
Résultat bool

_onReadonlyProperty public_oe property

public bool _onReadonlyProperty
Résultat bool

_privateProperty public_oe property

public bool _privateProperty
Résultat bool