Search Results for

    Show / Hide Table of Contents

    Class ClrPropertyDefinition

    A Flame property that wraps an IL property definition.

    Inheritance
    object
    ClrPropertyDefinition
    Implements
    IProperty
    ITypeMember
    IMember
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.Clr
    Assembly: Flame.Clr.dll
    Syntax
    public sealed class ClrPropertyDefinition : IProperty, ITypeMember, IMember

    Constructors

    | Edit this page View Source

    ClrPropertyDefinition(PropertyDefinition, ClrTypeDefinition)

    Creates a wrapper around an IL property definition.

    Declaration
    public ClrPropertyDefinition(PropertyDefinition definition, ClrTypeDefinition parentType)
    Parameters
    Type Name Description
    PropertyDefinition definition

    The definition to wrap in a Flame property.

    ClrTypeDefinition parentType

    The definition's declaring type.

    Properties

    | Edit this page View Source

    Accessors

    Gets a list of all accessors defined by this property.

    Declaration
    public IReadOnlyList<ClrAccessorDefinition> Accessors { get; }
    Property Value
    Type Description
    IReadOnlyList<ClrAccessorDefinition>

    All accessors defined by this property.

    | 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

    Definition

    Gets the IL property definition wrapped by this Flame property.

    Declaration
    public PropertyDefinition Definition { get; }
    Property Value
    Type Description
    PropertyDefinition

    An IL property definition.

    | 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

    IndexerParameters

    Gets this property's indexer parameters, i.e., an additional list of parameters that each accessor takes.

    Declaration
    public IReadOnlyList<Parameter> IndexerParameters { get; }
    Property Value
    Type Description
    IReadOnlyList<Parameter>

    The indexer parameters.

    | 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 property.

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

    The type that defines this property.

    | Edit this page View Source

    PropertyType

    Gets this property's type.

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

    The property's type.

    Implements

    IProperty
    ITypeMember
    IMember

    Extension Methods

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