ListExtensionsDequeueT Method |
Print this page
Namespace: Telogis.TdeService.RequestHandler.Extensions Syntax public static T Dequeue<T>(
this IList<T> list
)
<ExtensionAttribute>
Public Shared Function Dequeue(Of T) (
list As IList(Of T)
) As T
Parameters
- list
- Type: System.Collections.GenericIListT
Type Parameters
- T
Return Value
Type:
TUsage 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