Home >  Term: tipo de referencia
tipo de referencia

A data type that is represented by a reference (similar to a pointer) to the type's actual value. If a reference type is assigned to a variable, that variable references (or "points to") the original value. No copy is made. Reference types comprise classes, interfaces, delegates, and boxed value types.

0 0

Creator

© 2026 CSOFT International, Ltd.