LinkedList<T>.IsFixedSize property

Gets a value indicating whether the List has a fixed size.

public bool IsFixedSize { get; }

See Also