NAnt SDK Documentation - v0.85-nightly-2005-11-09

DataTypeCollectionBase.IsReadOnly Property

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
NotOverridable Public ReadOnly Property IsReadOnly As Boolean
[C#]
public bool IsReadOnly {get;}

Property Value

false.

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Types.DataTypeCollectionBase.IsReadOnly

See Also

DataTypeCollectionBase Class | NAnt.DotNet.Types Namespace