Common Expressions VII

 0    23 フィッシュ    marcinbalutpoland
mp3をダウンロードする 印刷 遊びます 自分をチェック
 
質問 答え
Wyłączam tę funkcję od tej linii do końca pliku.
学び始める
I disable this feature from this line till the end of the file.
To zależy od dwóch czynników.
学び始める
It depends on two factors.
To jest bardzo ważny powód.
学び始める
This is a very reason for that.
Zostanie wznowione w następnym wierszu kodu.
学び始める
It will resume in the next line of code.
Stanowy oznacza, że pamięta swój stan z poprzedniej iteracji.
学び始める
Stateful means it remember its state from the previous iteration.
Iteruj od końca do początku.
学び始める
Iterate from its end toward its start.
To jest środek bezpieczeństwa.
学び始める
This is safety measure.
Działa jak marzenie.
学び始める
Works like a charm.
Jak się okazuje, stringi są typem referencyjnym.
学び始める
As it turns out, strings are reference type.
Struktury zwykle nie powinny zawierać pól ani właściwości typów referencyjnych.
学び始める
Structs should usually not contain fields or properties of reference types.
Chodźmy stąd.
学び始める
Let's get out of here.
Napiszę i wtedy wyjaśnię.
学び始める
Let me write it and then I will explain.
Ta metoda tworzy kolekcję, w której każdy element jest tablicą argumentów.
学び始める
This method produces a collection in which each element is an array of arguments.
To twoja decyzja.
学び始める
That's your call.
Tymczasowe rozwiązanie.
学び始める
Temporary workaround.
Wiele fragmentów kodu może być wykonywanych jednocześnie.
学び始める
Many pieces of code may be executed simultaneously.
Zaczynając od lewej strony.
学び始める
Starting from the left hand side.
Nie, o ile pamiętam.
学び始める
Not to my recollection.
Mam nadzieję, że możemy po prostu zapomnieć o całej sprawie.
学び始める
I hope that we can just forget the whole thing.
Pięć sekund zapasu.
学び始める
Five seconds to spare.
Tak bym powiedział.
学び始める
I would say so.
Zarówno metoda First, jak i Last zgłoszą wyjątek, jeśli kolekcja jest pusta lub nie ma elementów pasujących do podanego predykatu.
学び始める
Both the First and the Last method will throw an exception if the collection is empty or when there are no elements that match the given predicate.
Każda liczba z tej kolekcji została pomnożona przez 3.
学び始める
Each number from this collection has been multiplied by 3.

コメントを投稿するにはログインする必要があります。