Click or drag to resize

NamespaceInfo Constructor (String, Assembly)

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,
	Assembly assembly
)

Parameters

ns
Type: SystemString
Namespace part in the form of "My.Namespace"
assembly
Type: System.ReflectionAssembly
Assembly for the namespace
See Also