Search Results for

    Show / Hide Table of Contents

    Class IndirectFieldSpecialization

    A specialization of a field belonging to a recursively generic type.

    Inheritance
    object
    IndirectFieldSpecialization
    Implements
    IField
    ITypeMember
    IMember
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Flame.TypeSystem
    Assembly: Flame.dll
    Syntax
    public sealed class IndirectFieldSpecialization : IField, ITypeMember, IMember

    Properties

    | Edit this page View Source

    Attributes

    Gets the member's attributes.

    Declaration
    public AttributeMap Attributes { get; }
    Property Value
    Type Description
    AttributeMap
    | Edit this page View Source

    Declaration

    Gets the generic declaration of which this field is a specialization.

    Declaration
    public IField Declaration { get; }
    Property Value
    Type Description
    IField

    A generic field declaration.

    | Edit this page View Source

    FieldType

    Gets the type of value stored in this field.

    Declaration
    public IType FieldType { get; }
    Property Value
    Type Description
    IType

    The type of value stored in this field.

    | Edit this page View Source

    FullName

    Gets the member's full name.

    Declaration
    public QualifiedName FullName { get; }
    Property Value
    Type Description
    QualifiedName
    | Edit this page View Source

    IsStatic

    Tells if this field is static. The storage for static fields is shared by the entire application, whereas the storage for instance (i.e., non-static) fields is specific to an instance of a type.

    Declaration
    public bool IsStatic { get; }
    Property Value
    Type Description
    bool

    true if this field is static; otherwise, false.

    | Edit this page View Source

    Name

    Gets the member's unqualified name.

    Declaration
    public UnqualifiedName Name { get; }
    Property Value
    Type Description
    UnqualifiedName
    | Edit this page View Source

    ParentType

    Gets the type that defines this member, if any.

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

    The parent type.

    Methods

    | Edit this page View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()

    Implements

    IField
    ITypeMember
    IMember

    Extension Methods

    TypeExtensions.GetRecursiveGenericDeclaration(IField)
    AccessModifierAttribute.GetAccessModifier(IMember)
    TypeExtensions.GetDefiningAssemblyOrNull(ITypeMember)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX