Click or drag to resize

NamespaceInfo Constructor (String)

Initializes a new instance of the NamespaceInfo class.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public NamespaceInfo(
	string ns
)

Parameters

ns
Type: SystemString
Namespace in the form of "My.Namespace, MyAssembly"
See Also