Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.IsSynchronized Property

Is the list thread-safe? TODO: implement thread-safe

[Visual Basic]
Public Property IsSynchronized As Boolean _
    Implements ICollection.IsSynchronized
[C#]
public bool IsSynchronized {get; set;}

Implements

ICollection.IsSynchronized

See Also

LinkedList Class | bedrock.collections Namespace