public void Remove(LogOutputSocketProtocol value) { m_list.Remove(value); }
public void Add(LogOutputSocketProtocol value) { m_list.Add(value); }