gets a feed object of type T

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

Syntax

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

	FeedQuery q

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

	q As FeedQuery _

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

generic<typename Y>

where Y : gcnew(), Entry

Feed<Y>^ Get(

	FeedQuery^ q

)

Type Parameters

Y

Return Value

See Also