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

Datei anzeigen Open project: Pathoschild/DesignByContract

Public Properties

Property Type Description
_onIndexer bool
_onProperty bool
_onReadonlyProperty bool
_onWriteonlyProperty bool
_privateProperty bool

Private Properties

Property Type Description
OnMethod bool
OnMethodReturnValue bool
this bool

Public Methods

Method 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

Method Description
OnMethod ( bool value ) : bool
OnMethodReturnValue ( bool value ) : bool
this ( bool key ) : bool

Method Details

OnMethodParameter() public method

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

Sword() public method

Construct an instance.
public Sword ( )

Sword() public method

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

Property Details

_onIndexer public_oe property

public bool _onIndexer
return bool

_onProperty public_oe property

public bool _onProperty
return bool

_onReadonlyProperty public_oe property

public bool _onReadonlyProperty
return bool

_onWriteonlyProperty public_oe property

public bool _onWriteonlyProperty
return bool

_privateProperty public_oe property

public bool _privateProperty
return bool