12
Làm cách nào tôi có thể tìm thấy phần tử cuối cùng trong Danh sách <>?
Sau đây là một trích xuất từ mã của tôi: public class AllIntegerIDs { public AllIntegerIDs() { m_MessageID = 0; m_MessageType = 0; m_ClassID = 0; m_CategoryID = 0; m_MessageText = null; } ~AllIntegerIDs() { } public void SetIntegerValues (int messageID, int messagetype, int classID, int categoryID) { this.m_MessageID = …