QueueCreator Class

For internal use. Creates the collection based on Queue<T> and fills it with elements from dataSource.

Namespace: Xafari.BC.BusinessOperations.CollectionCreators
Assembly: Xafari.BC (in Xafari.BC.dll)

  • c#
  • VB

public class QueueCreator : CollectionCreator

Public Class QueueCreator
  Inherits CollectionCreator
End Class

Name Description
msdn2017/pubmethod Create(IEnumerable) Factory method, which creates the collection's instance of appropriate type and fills the collection with elements from specified dataSource. (inherited from CollectionCreator).
Top

.NET Framework Client Profile

Supported in: 4, 3.5 SP1