PatternCollection.ICollection<string>.IsReadOnly Property

Namespace
Kampute.DocToolkit.Collections
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets a value indicating whether the collection is read-only.
bool ICollection<string>.IsReadOnly { get; }

Property Value

bool
Always false as the collection is not read-only.