Number of output parameters.


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

Syntax

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

See Also