J
jack
Hi,
I am creating an address book example. For the purpose i have created
2 classes
one is
ContactInfo
name
department
PhoneInfo
OfficePhone
Mobile
Now I want to design the class in such a way that when I type
ContactInfo.PhoneInfo.mobile
it should take the list of mobile numbers
im using dotnet 2.0 and know little about generics.
can we implement generics for the same.
I am creating an address book example. For the purpose i have created
2 classes
one is
ContactInfo
name
department
PhoneInfo
OfficePhone
Mobile
Now I want to design the class in such a way that when I type
ContactInfo.PhoneInfo.mobile
it should take the list of mobile numbers
im using dotnet 2.0 and know little about generics.
can we implement generics for the same.