Collection of URLs for submission to Google.

Namespace: MonoSoftware.MonoX.SiteMap
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class UrlCollection : List<Url>
Visual Basic
Public Class UrlCollection
	Inherits List(Of Url)
Visual C++
public ref class UrlCollection : public List<Url^>
F#
type UrlCollection =  
    class
        inherit List<Url>
    end

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'Url>)>)>
    MonoSoftware.MonoX.SiteMap..::..UrlCollection

See Also