What is the translation of " REFERENCE TYPE " in Romanian?

['refrəns taip]
['refrəns taip]
un tip de referință
reference type

Examples of using Reference type in English and their translations into Romanian

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Arrays are reference types.
Array-urile sunt tipuri de referință.
Reference types do not hold direct values.
Tipurile de referință nu dețin valori directe.
Posts Tagged‘value and reference types'.
Posts Tagged‘tipuri de valoare și referință'.
Reference types are always stored on the Heap.
Tipurile de referință sunt întotdeauna stocate în Heap.
If you prefer working with a reference type, use a class.
Dacă preferați să lucrați cu tipuri de referință, utilizați o clasă.
Reference types(mostly the type string).
Tipuri de referință(mai ales tipul string).
Unlike char, which is a value type,string is a reference type.
Spre deosebire de char, care este un tip de valoare,string este un tip de referință.
Reference types are class, interface, delegate, object and string;
Tipurile de referință sunt class, interface, delegate, object și string;
The value which we assign to the constant of reference type, other than string, is null.
Valoarea pe care o atribuim unei constante de tip de referință, alta decât string, este null.
The difference is that structures are value types while classes of objects are reference types.
Diferenta consta in faptul ca structurile sunt tipuri valoare, in timp ce clasele de obiecte sunt tipuri referinta.
Because arrays are reference types, they are initialized using the new keyword.
Matricele sunt tipuri de referință, acestea sunt inițializate folosind cuvântul cheie new.
This bug occurs when table type is TABLE_PAT_KEY andkey is reference type.
Această eroare apare atunci când tip de masa este TABLE_PAT_KEY șicheie este de tip referință.
As we know,the default value for reference type is null, and for numeric types- zero.
După cum știm,valoarea implicită pentru tipul de referință este null, iar pentru tipurile numerice- zero.
C3 If cell references in the formula don't give you the result you want,try switching to different reference types.
C3 Dacă referințele la celule din formulă nu vă furnizează rezultatul dorit,încercați să comutați la alte tipuri de referință.
Restrict: The__restrict keyword is now supported on reference types in addition to pointer types.
Restrict: cuvântul cheie __restrict acum este acceptată pe tipuri de referință pe lângă indicatorul tipuri..
So, when using reference types, we are not performing actions or using the original object directly(the blueprint).
Așa că atunci când se utilizează tipuri de referință, nu desfășurăm acțiuni sau folosim direct obiectul original(schița).
To demonstrate that a string isan array of characters, but also a reference type, lets take the following code.
Pentru a demonstra căun string este un șir de caractere, dar și un tip de referință, să luăm următorul cod.
Unlike value types, reference types can hold null values, and they can only point to objects of the same type..
Spre deosebire de tipurile de valoare, tipurile de referință pot avea valori nule, iar ele pot indica numai obiecte de același tip..
They are only used to store things, and more precise,value types, reference types, pointers, and instructions.
Ele sunt folosite doar pentru a stoca lucruri și, mai precis,tipuri de valoare, tipuri de referință, pointeri și instrucțiuni.
The table below summarizes how a reference type updates if a formula containing the reference is copied two cells down and two cells to the right.
Tabelul de mai jos rezumă cum actualizează un tip de referință, dacă formula care conține referința este copiată cu două celule mai jos și două celule la dreapta.
For numeral types, the default initialization value is 0, False for bool type,null for reference types, etc.
Pentru tipurile numerice, valoarea implicită de inițializare este 0, False pentru tipul bool,null pentru tipurile de referință, etc.
Therefore, the only possibilities for reference type constants that are declared with modifier const are as follows.
Prin urmare, singurele posibilități pentru constantele de tip de referință care sunt declarate cu modificatorul const sunt după cum urmează.
And, alas, if you will do a quick Google search, you will find plenty of examples that will tell you that the difference between the Stack andthe Heap is the fact that the reference types are stored on the Heap, while the value types are always stored on the Stack.
Și, din păcate, dacă veți face o căutare rapidă pe Google, veți găsi o mulțime de exemple care vă vor spune că diferența dintre Stack șiHeap este faptul că tipurile de referință sunt stocate în Heap, în timp ce tipurile de valoare sunt sunt întotdeauna stocate în Stack.
So, a class,being a reference type, is stored as a pointer, a reference to some other place in the heap, where the actual value is stored.
Deci, o clasă,fiind un tip de referință, este stocată ca un pointer, ca o referință la o altă locație în heap, unde este stocată în mod real valoarea.
There are few other differences between class andstructure in addition that classes are reference types and structures are values types, but I will not going to discuss them.
Există câteva alte diferențe între clase șistructuri, pe lângă faptul că clasele sunt tipuri de referință, iar structurile sunt tipuri de valoare, dar nu le voi discuta aici.
If they are declared directly inside a reference type(like declaring an int directly inside a reference type, like a class, also known as declaring a field variable), they are stored on the Heap, along with their enclosing reference type..
Dacă sunt declarate direct în interiorul unui tip de referință(cum ar fi declararea unui int direct în interiorul unui tip de referință, cum ar fi o clasă, cunoscută și ca declarare a unei variabile de câmp), ele sunt stocate pe Heap, împreună cu tipul de referință care le înglobează.
Run time constants come in handy when we have to declare reference type constants, which cannot be calculated during the compilation.
Constantele de timp de execuție sunt de folos când trebuie să declarăm constante de tip de referință care nu pot fi calculate la momentul compilării.
Suffice to say that a string,being a reference type, cannot be modified directly, and it is immutable(the sequence of characters stored are never changing)- whenever we assign a new value to a string variable, we are actually creating a new string variable in the managed memory and make the pointer variable point to this new location, while the contents of the old one are recycled.
Este suficient să spun că un string,fiind un tip de referință, nu poate fi modificat direct și este imuabil(immutable)(secvența de caractere stocate nu se schimbă niciodată)- ori de câte ori atribuim o nouă valoare unei variabile de tip string, de fapt creem o nouă variabilă de tip string în memoria gestionată și facem variabila de tip pointer să indice către această nouă locație, în timp ce conținutul vechii variabile este reciclat.
The problem is that we are trying to use the default value for a reference type, but we are not sure whether this type is a reference type or a primitive.
Problema este că încercăm să folosim valoarea implicită pentru un tip de referință, dar nu știm cu siguranță dacă acest tip este un tip de referință sau unul primitiv. Prin urmare.
The problem with the compilation of the class in our example is connected with the reference types andthe restriction on the compiler not to allow simultaneous use of the operator new when declaring a constant when this constant is declared with the modifier const, unless the reference type can be calculated at compile time.
Problema referitoare la compilarea clasei din exemplul nostru este legată de tipurile de referință și de restricționarea compilatorului de a nu permiteutilizarea simultană a operatorului new când se declară o constantă, atunci când această constantă este declarată cu modificatorul const, cu excepția cazului în care tipul de referință poate fi calculată la momentul compilării.
Results: 30, Time: 0.0358

Word-for-word translation

Top dictionary queries

English - Romanian