creates a feed of Y object based on the query and the settings
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
protected virtual Feed<Y> PrepareFeed<Y>( FeedQuery q ) where Y : new(), Entry |
| Visual Basic (Declaration) |
|---|
Protected Overridable Function PrepareFeed(Of Y As {New, Entry}) ( _ q As FeedQuery _ ) As Feed(Of Y) |
| Visual C++ |
|---|
protected: generic<typename Y> where Y : gcnew(), Entry virtual Feed<Y>^ PrepareFeed( FeedQuery^ q ) |
Parameters
Type Parameters
- Y