Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public Feed<Y> Batch<Y>(

	List<Y> entries,

	Feed<Y> feed

) where Y : new(), Entry
Visual Basic (Declaration)
Public Function Batch(Of Y As {New, Entry}) ( _

	entries As List(Of Y), _

	feed As Feed(Of Y) _

) As Feed(Of Y)
Visual C++
public:

generic<typename Y>

where Y : gcnew(), Entry

Feed<Y>^ Batch(

	List<Y>^ entries, 

	Feed<Y>^ feed

)

Parameters

entries
Type: System.Collections.Generic..::.List<(Of <(Y>)>)
feed
Type: Google.GData.Client..::.Feed<(Of <(Y>)>)

Type Parameters

Y

See Also