| 
            
              ProcessQueueTIsReadOnly Property
             | 
          
        
        
        
        Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic virtual bool IsReadOnly { get; }Public Overridable ReadOnly Property IsReadOnly As Boolean
	Get
public:
virtual property bool IsReadOnly {
	bool get ();
}abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
function get_IsReadOnly();
 View SourceReturn Value
BooleanTrue, if the 
ProcessQueueT is read-only; otherwise, false. In the default implementation, this property
            always returns false.
Implements
ICollectionTIsReadOnly
See Also