C# | Comprobar si Hashtable tiene un tamaño fijo – Part 1
La propiedad Hashtable.IsFixedSize se usa para obtener un valor que indica si Hashtable tiene un tamaño fijo o no. Sintaxis: public virtual bool IsFixedSize { get; } Valor devuelto: esta propiedad devuelve verdadero si Hashtable tiene un tamaño fijo; de lo contrario, devuelve falso . El valor predeterminado es falso . Los siguientes programas ilustran … Continue reading «C# | Comprobar si Hashtable tiene un tamaño fijo – Part 1»