Table of Contents

Class AlternativeNamespaceAttribute

Namespace
NMF.Serialization
Assembly
NMF.Serialization.dll

Denotes that a class may also occur under a different namespace

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = true, Inherited = false)]
public class AlternativeNamespaceAttribute : Attribute
Inheritance
AlternativeNamespaceAttribute
Inherited Members

Constructors

AlternativeNamespaceAttribute(string)

Creates a new instance

public AlternativeNamespaceAttribute(string alternativeNamespace)

Parameters

alternativeNamespace string

the alternative namespace URI

Properties

AlternativeNamespace

Gets the alternative namespace URI

public string AlternativeNamespace { get; }

Property Value

string