LinkedList<T>.IsReadOnly property

Gets a value indicating whether the List is read-only.

public bool IsReadOnly { get; }

See Also