NAnt SDK Documentation - v0.92

ModuleCollection.IsFixedSize Property

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

[Visual Basic]
NotOverridable Public ReadOnly Property IsFixedSize As Boolean _
    Implements IList.IsFixedSize
[C#]
public bool IsFixedSize {get;}

Property Value

false.

Implements

IList.IsFixedSize

See Also

ModuleCollection Class | NAnt.DotNet.Types Namespace