NamespaceInfo Constructor (String) |
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public NamespaceInfo(
string ns
)
Public Sub New (
ns As String
)
new :
ns : string -> NamespaceInfo
Parameters
- ns
- Type: SystemString
Namespace in the form of "My.Namespace, MyAssembly"
See Also