Constructor.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal mappings As NeuroLinkCollection _ 
)
C#
public NeuroLinkCollection.CustomNeuroLinkEnumerator(
   NeuroLinkCollection mappings
)
C++
public:
 NeuroLinkCollection.CustomNeuroLinkEnumerator(
   NeuroLinkCollection mappings
) sealed 
J#
public NeuroLinkCollection.CustomNeuroLinkEnumerator(
   NeuroLinkCollection mappings
)
JScript
public function NeuroLinkCollection.CustomNeuroLinkEnumerator(
   mappings : NeuroLinkCollection
)

Parameters

mappings
Collection to be enumerated.

See Also