Provides an enumeration over the collection of NamespaceDeclarationAttributes found in an assembly, along with convenience methods for serializing them in a number of different syntaxes.

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public class NamespaceDeclarations : IEnumerable<NamespaceDeclarationAttribute>, 
	IEnumerable
Visual Basic
Public Class NamespaceDeclarations
	Implements IEnumerable(Of NamespaceDeclarationAttribute), IEnumerable
Visual C++
public ref class NamespaceDeclarations : IEnumerable<NamespaceDeclarationAttribute^>, 
	IEnumerable
F#
type NamespaceDeclarations =  
    class
        interface IEnumerable<NamespaceDeclarationAttribute>
        interface IEnumerable
    end

Inheritance Hierarchy

System..::..Object
  BrightstarDB.EntityFramework..::..NamespaceDeclarations

See Also