Show / Hide Table of Contents

    Interface ITypeMember

    Defines a common interface for members that may be defined inside types.

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

    Properties

    | Improve this Doc View Source

    ParentType

    Gets the type that defines this member, if any.

    Declaration
    IType ParentType { get; }
    Property Value
    Type Description
    IType

    The parent type.

    Extension Methods

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