An NDoc Documented Class Library

Expert.Parameters Property

The collection of parameters that the expert system expects. Each parameter is an instance of ParameterDescriptor.

public ParameterDescriptor[] Parameters {get;}

Property Value

To be added.

Remarks

This property uses reflection to get the parameter list, so it can be computationally expensive to evaluate.

See Also

Expert Class | ExpertCoder.ExpertSystem Namespace