Click or drag to resize
ListExtensionsDequeueT Method
Print this page

Namespace: Telogis.TdeService.RequestHandler.Extensions
 
Syntax
public static T Dequeue<T>(
	this IList<T> list
)

Parameters

list
Type: System.Collections.GenericIListT

Type Parameters

T

Return Value

Type: T

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IListT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also