Show / Hide Table of Contents

    Interface IAssembly

    Defines a common interface for assemblies: collections of types.

    Inherited Members
    IMember.Name
    IMember.FullName
    IMember.Attributes
    Namespace: Flame
    Assembly: Flame.dll
    Syntax
    public interface IAssembly : IMember

    Properties

    | Improve this Doc View Source

    Types

    Gets a list of all top-level types defined in this assembly.

    Declaration
    IReadOnlyList<IType> Types { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<IType>

    A list of types that are defined in this assembly.

    Extension Methods

    AccessModifierAttribute.GetAccessModifier(IMember)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX