Points to Current element in collection.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Current As NeuroLink
C#
public NeuroLink Current { get; }
C++
public property NeuroLink Current sealed  {
    NeuroLink get();
}
J#
/** property */
public NeuroLink get_Current();
JScript
public function get Current() : NeuroLink

See Also