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

Datei anzeigen Open project: Pathoschild/DesignByContract

Public Properties

Property Type Description
_onProperty bool
_onReadonlyProperty bool
_onWriteonlyProperty bool
_privateProperty bool

Private Properties

Property Type Description
OnMethod bool
OnMethodReturnValue bool

Public Methods

Method Description
OnMethodParameter ( [ value ) : bool

Private Methods

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

Method Details

OnMethodParameter() public static method

public static OnMethodParameter ( [ value ) : bool
value [
return bool

Property Details

_onProperty public_oe static_oe property

public static bool _onProperty
return bool

_onReadonlyProperty public_oe static_oe property

public static bool _onReadonlyProperty
return bool

_onWriteonlyProperty public_oe static_oe property

public static bool _onWriteonlyProperty
return bool

_privateProperty public_oe static_oe property

public static bool _privateProperty
return bool