Share via


SynchronizedReadOnlyCollection.System.Collections.Generic.ICollection<T>.IsReadOnly Property 

Returns true.

Namespace: System.Collections.Generic
Assembly: System.ServiceModel (in system.servicemodel.dll)

Syntax

C#
bool ICollection<TServiceModelExtensionElement>.IsReadOnly { get; }

Property Value

true

Remarks

This is a read-only collection, so the property always returns true.

Platforms

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

SynchronizedReadOnlyCollection Class
SynchronizedReadOnlyCollection Members
System.Collections.Generic Namespace