Wie kann ich Elemente aus einer Sammlung, die nicht in einer zweiten Sammlung vorhanden sind, einer dritten Sammlung hinzufügen?

8

Ich habe 3 generische Listen:

%Vor%

Ich möchte die Liste der Eingabe nehmen und jeden Wert mit der Vergleichsliste vergleichen, und wenn es nicht existiert, füge es der Ergebnisliste hinzu.

    
Rod 05.01.2012, 20:34
quelle

2 Antworten

12

Sie können LINQ nicht einfach verwenden?

%Vor%     
Jon Skeet 05.01.2012, 20:36
quelle
4
%Vor%     
scartag 05.01.2012 20:40
quelle

Tags und Links

yii\base\ErrorException
Copied! Copy Stacktrace Search Stackoverflow Search Google Error

PHP Core Warningyii\base\ErrorException

PHP Startup: Unable to load dynamic library 'mongodb.so' (tried: /usr/lib64/php/modules/mongodb.so (/usr/lib64/php/modules/mongodb.so: cannot open shared object file: No such file or directory), /usr/lib64/php/modules/mongodb.so.so (/usr/lib64/php/modules/mongodb.so.so: cannot open shared object file: No such file or directory))

$_GET = [
    'id' => '345184',
    'url' => 'how-can-i-add-elements-from-one-collection-that-do-not-exist-in-a-second-collect',
];

$_SESSION = [
    '__flash' => [],
];