LinkedListCreator Class

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

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

  • c#
  • VB

public class LinkedListCreator : CollectionCreator

Public Class LinkedListCreator
  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
Xafari.BC.BusinessOperations.CollectionCreators.LinkedListCreator

.NET Framework Client Profile

Supported in: 4, 3.5 SP1