Public Sub WritePotentioals ( _ data As IEnumerable(Of Neuron) _ )
public void WritePotentioals( IEnumerable<Neuron> data )
public: void WritePotentioals( IEnumerable<Neuron^>^ data )
function writePotentioals(data);