Table of Contents

Class DINamespace

Namespace
Ubiquity.NET.Llvm.DebugInfo
Assembly
Ubiquity.NET.Llvm.dll

Debug information namespace scope

public class DINamespace : DIScope, IEquatable<IrMetadata>
Inheritance
DINamespace
Implements
Inherited Members

Properties

Name

Gets the name of the scope or an empty string if the scope doesn't have a name

Scope

Gets the parent scope for this scope or null if no parent scope exists

See Also