Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.IsFixedSize Property

Always returns "false" for now. TODO: implement fixed size

[Visual Basic]
NotOverridable Public ReadOnly Property IsFixedSize As Boolean _
    Implements IList.IsFixedSize
[C#]
public bool IsFixedSize {get;}

Implements

IList.IsFixedSize

See Also

LinkedList Class | bedrock.collections Namespace