Namespace: MonoSoftware.Web
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public class UrlParam<T>
Visual Basic
Public Class UrlParam(Of T)
Visual C++
generic<typename T>
public ref class UrlParam
F#
type UrlParam<'T> =  class end

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  MonoSoftware.Web..::..UrlParam<(Of <(<'T>)>)>

See Also