Each array element represents a single relationship with the following format
Każdy element tablicy reprezentuje pojedynczą relację zapisaną w następującym formacie
If you want an array element to exist but have an undefined value, use the undefined keyword instead of the delete operator.
Jeśli chcesz, aby element tablicy istniał, ale masz nieznaną wartość, użyj słowa kluczowego undefined zamiast operatora delete.
Do not add newline at the end of each array element
When you create an array, C# compiler implicitly initializes each array element to a default value depending on the array type.
Po utworzeniu tablicy, C kompilator niejawnie inicjuje każdy element tablicy do wartości domyślnej w zależności od rodzaju matrycy.
In the above, we can use plus and minus operators in the first array element to apply the filter to limited actions only.
Powyżej, możemy użyć operatorów dodawania i odejmowania w pierwszym elemencie tablicy, aby zastosować filtr tylko do pewnych akcji.
One common example is accessing an array element, modifying it, and storing the modified value in the same array at the same location.
Prostym przykładem jest odczyt elementu tablicy, modyfikacja go i zapis zmodyfikowanej wartości w to samo miejsce.
In the following example, trees is assigned the value undefined, but the array element still exists
W poniższym przykładzie, drzewa jest przypisana wartość niezdefiniowana, ale element tablicy nadal istnieje
Elements 0 and key contain the key name of the array element, and 1 and value contain the data.
Elementy 0 i key zawierają nazwę klucza elementu tablicy, a 1 i value zawierają wartość elementu tablicy.
Starting from version 1.1.7, the following format may also be used (that is, the pattern is specified as an array element), which allows specifying several rules with the same pattern
Poczynając od wersji 1.1.7, można używać następującego formatu (wzorzec jest określony w postaci elementu tablicy) co pozwala określić kilka reguł z tym samym wzorcem
is a list of zero or more expressions, each of which represents an array element, enclosed in square brackets ([]).
Literał tablicy jest listą składającą się z zera lub większej liczby wyrażeń, z których każdy reprezentuje element tablicy, a które zamknięte są w nawiasach kwadratowych ([]).
An array literal is a list of zero or more expressions, each of which represents an array element, enclosed in square brackets ([]).
Literał tablicy jest listą składającą się z zera lub większej liczby wyrażeń, z których każdy reprezentuje element tablicy, a które zamknięte są w nawiasach kwadratowych ([]).
If you want an array element to exist but have an undefined value, use the undefined keyword instead of the delete operator.
Jeśli chcesz, aby element tablicy nadal istniał, ale posiadał wartość niezdefiniowaną, użyj słowa kluczowego undefined zamiast operatora delete.
If you want an array element to exist but have an undefined value, use the undefined value instead of the delete operator.
Jeśli chcesz, aby element tablicy nadal istniał, ale posiadał wartość niezdefiniowaną, użyj słowa kluczowego undefined zamiast operatora delete.