¡@

Home 

c# Programming Glossary: namehash

Retrieval of items from custom collection

http://stackoverflow.com/questions/5382299/retrieval-of-items-from-custom-collection

class public class People public int id public string nameHash public string name I need to create a custom collection consisting.. class People that lets me retrieve elements by its id and nameHash . The collection must have the ability to iterate through its.. string Name get private set public Person int id string nameHash string name Id id NameHash nameHash Name name class People..