Gets a value indicating whether the collection has a fixed size.
            
Namespace: log4net.PluginAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public virtual bool IsFixedSize { get; }public virtual bool IsFixedSize { get; }Public Overridable ReadOnly Property IsFixedSize As Boolean 
	Get
Public Overridable ReadOnly Property IsFixedSize As Boolean 
	Get
public:
virtual property bool IsFixedSize {
	bool get ();
}public:
virtual property bool IsFixedSize {
	bool get ();
}Property Value
Type: 
Booleantrue if the collection has a fixed size; otherwise, 
false. The default is 
false.
Implements
IList IsFixedSize