Skip to content

Commit

Permalink
Update tip10.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arandanos80 authored Dec 9, 2024
1 parent 9810203 commit b107a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Tips/tip10.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ layout: post
title: "Tip 10: Diferencias entre Const y Readonly"
---
# Diferencias entre Const y Readonly
🔑 **Introducción**
🔑 **Introducción**
Las palabras clave **const** y **readonly** en **C#** tienen como objetivo evitar modificaciones en las variables después de su inicialización, pero su uso y propósito tienen diferencias importantes.

### **Características Clave**
### **Características clave**
🔷 **const**
1. **Valor fijo en tiempo de compilación:**
- Su valor debe estar disponible y calculado en tiempo de compilación.
Expand Down

0 comments on commit b107a02

Please sign in to comment.