C# Class Forex_Strategy_Builder.CheckParam

Describes a parameter who can be used or not.
Mostra file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
CheckParam ( ) : System

The default constructor.

Clone ( ) : CheckParam

Returns a copy of the class.

Method Details

CheckParam() public method

The default constructor.
public CheckParam ( ) : System
return System

Clone() public method

Returns a copy of the class.
public Clone ( ) : CheckParam
return CheckParam