Cast List<T> Liste<Interface>

public interface IDic
{
    int Id { get; set; }
    string Name { get; set; }
}
public class Client : IDic
{

}

Wie kann ich warf List<Client> zu List<IDic>?

InformationsquelleAutor Andrew Kalashnikov | 2012-01-19

Schreibe einen Kommentar