///<summary> /// Removes a connection reference from the member. ///</summary> ///<param name="connection">Reference to remove.</param> internal void RemoveConnectionReference(SimulationIslandConnection connection) { connections.FastRemove(connection); }