Class NamespaceDeclaration
Inheritance
System.Object
NamespaceDeclaration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Xaml
Assembly: OpenSilver.Xaml.dll
Syntax
public class NamespaceDeclaration
Constructors
| Improve this Doc View SourceNamespaceDeclaration(String, String)
Declaration
public NamespaceDeclaration(string ns, string prefix)
Parameters
Type | Name | Description |
---|---|---|
System.String | ns | |
System.String | prefix |
Properties
| Improve this Doc View SourceNamespace
Declaration
public string Namespace { get; }
Property Value
Type | Description |
---|---|
System.String |
Prefix
Declaration
public string Prefix { get; }
Property Value
Type | Description |
---|---|
System.String |