Hi All,
Somethimes we need to find the value from Geerics list. So here is the example
public static CustomOBJ GetConfigValue(CustomOBJ Id)
{
List
CustomOBJ m_CustomOBJ= customOBJ.Find(delegate(CustomOBJ customOBJ) { return customOBJ.Any_id_ToSearch == Id; });
return m_CustomOBJ;
}
Regards
Pankaj
Sunday, October 28, 2007
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment