NamespaceCollection.T..IsReadOnly Property
Gets a value indicating whether the ICollection.T. is read-only.
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public bool IsReadOnly { get; }
Return Value
Type: Boolean
true if the ICollection.T. is read-only; otherwise, false.
Implements
ICollection.T..IsReadOnly