c# Programming Glossary: logemployees
How to pass anonymous types as parameters? http://stackoverflow.com/questions/6624811/how-to-pass-anonymous-types-as-parameters in employees select new Name employee.Name Id employee.Id LogEmployees query variable query here doesn't have strong type. How should.. here doesn't have strong type. How should I define my LogEmployees function to accept it public void LogEmployees list foreach.. I define my LogEmployees function to accept it public void LogEmployees list foreach item in list In other words what should I use..
How can I pass an anonymous type to a function? [duplicate] http://stackoverflow.com/questions/775387/how-can-i-pass-an-anonymous-type-to-a-function in employees select new Name employee.Name Id employee.Id LogEmployees query variable query here doesn't have strong type. How should.. here doesn't have strong type. How should I define my LogEmployees function to accept it public void LogEmployees list foreach.. I define my LogEmployees function to accept it public void LogEmployees list foreach item in list In other words what should I use..
|