Common Expressions VII

 0    22 flashcards    marcinbalutpoland
download mp3 print play test yourself
 
Question Answer
Wyłączam tę funkcję od tej linii do końca pliku.
start learning
I disable this feature from this line till the end of the file.
To zależy od dwóch czynników.
start learning
It depends on two factors.
To jest bardzo ważny powód.
start learning
This is a very reason for that.
Zostanie wznowione w następnym wierszu kodu.
start learning
It will resume in the next line of code.
Stanowy oznacza, że pamięta swój stan z poprzedniej iteracji.
start learning
Stateful means it remember its state from the previous iteration.
Iteruj od końca do początku.
start learning
Iterate from its end toward its start.
To jest środek bezpieczeństwa.
start learning
This is safety measure.
Działa jak marzenie.
start learning
Works like a charm.
Jak się okazuje, stringi są typem referencyjnym.
start learning
As it turns out, strings are reference type.
Struktury zwykle nie powinny zawierać pól ani właściwości typów referencyjnych.
start learning
Structs should usually not contain fields or properties of reference types.
Chodźmy stąd.
start learning
Let's get out of here.
Napiszę i wtedy wyjaśnię.
start learning
Let me write it and then I will explain.
Ta metoda tworzy kolekcję, w której każdy element jest tablicą argumentów.
start learning
This method produces a collection in which each element is an array of arguments.
To twoja decyzja.
start learning
That's your call.
Tymczasowe rozwiązanie, które należy rozwiązać.
start learning
Temporary workaround to be addressed.
Wiele fragmentów kodu może być wykonywanych jednocześnie.
start learning
Many pieces of code may be executed simultaneously.
Zaczynając od lewej strony.
start learning
Starting from the left hand side.
Nie, o ile pamiętam.
start learning
Not to my recollection.
Mam nadzieję, że możemy po prostu zapomnieć o całej sprawie.
start learning
I hope that we can just forget the whole thing.
Pięć sekund zapasu.
start learning
Five seconds to spare.
Tak bym powiedział.
start learning
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.
start learning
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.

You must sign in to write a comment