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

Afficher le fichier Open project: Pathoschild/DesignByContract

Méthodes publiques

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

Private Properties

Свойство Type Description
OnMethod bool
OnMethodReturnValue bool
this bool

Méthodes publiques

Méthode Description
OnMethodParameter ( [ value ) : bool

A method with an annotated parameter.

Sword ( )

Construct an instance.

Sword ( [ value )

Construct an instance with an annotated parameter.

Private Methods

Méthode Description
OnMethod ( bool value ) : bool
OnMethodReturnValue ( bool value ) : bool
this ( bool key ) : bool

Method Details

OnMethodParameter() public méthode

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

Sword() public méthode

Construct an instance.
public Sword ( )

Sword() public méthode

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

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

_onWriteonlyProperty public_oe property

public bool _onWriteonlyProperty
Résultat bool

_privateProperty public_oe property

public bool _privateProperty
Résultat bool