Well, my question is simple.
I want to add a property to a pre - defined class.
Imports Lidgren.Network
Module Socket
Public Clients As List(Of NetConnection) = New List(Of NetConnection)
Need to add the "index " property , so that it is " Clients (sender ) .Index "