Initializes a new instance of the LocaleWrapper class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public LocaleWrapper(
	string title,
	string url
)
Visual Basic
Public Sub New ( _
	title As String, _
	url As String _
)
Visual C++
public:
LocaleWrapper(
	String^ title, 
	String^ url
)

Parameters

title
Type: System..::..String
url
Type: System..::..String

See Also