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

Syntax

C#
public class YouTubeRequest : FeedRequest<YouTubeService>
Visual Basic (Declaration)
Public Class YouTubeRequest _

	Inherits FeedRequest(Of YouTubeService)
Visual C++
public ref class YouTubeRequest : public FeedRequest<YouTubeService^>

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.FeedRequest<(Of <(YouTubeService>)>)
    Google.YouTube..::.YouTubeRequest

See Also