Number of input parameters.


Namespace: xpidea.neuro.net.patterns
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property InputsCount As Integer
C#
public int InputsCount { get; }
C++
public property int InputsCount sealed  {
    int get();
}
J#
/** property */
public int get_InputsCount();
JScript
public function get InputsCount() : int

See Also