Share via


CircularList<T>.IsFull Method

(Deprecated. Do not use) Boolean value that indicates whether the list is full.

Namespace:  Microsoft.Web.Media.Diagnostics
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public Function IsFull As Boolean
'Usage

Dim instance As CircularList
Dim returnValue As Boolean

returnValue = instance.IsFull()
public bool IsFull()
public:
bool IsFull()
member IsFull : unit -> bool 
public function IsFull() : boolean

Return Value

Type: System.Boolean
Returns Boolean. True if the list is full.

Remarks

Adding a new element will cause the oldest element to be removed.

Version Information

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

CircularList<T> Class

Microsoft.Web.Media.Diagnostics Namespace