Gets a value indicating whether the NameValueCollection has a fixed size.

Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public virtual bool IsFixedSize { get; }
Visual Basic
Public Overridable ReadOnly Property IsFixedSize As Boolean
	Get

Property Value

Type: Boolean
true if the NameValueCollection has a fixed size; otherwise, false. The default is false.

Implements

IStringStringList..::..IsFixedSize
IList..::..IsFixedSize

Remarks

Please refer to IsFixedSize for details.

See Also