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.EntityFrameworkAssembly: 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
See Also