Search Results for

    Show / Hide Table of Contents

    Class IndirectMethodSpecialization

    A specialization of a method that is obtained by specializing the method's parent type.

    Inheritance
    object
    MethodSpecialization
    IndirectMethodSpecialization
    IndirectAccessorSpecialization
    Implements
    IMethod
    ITypeMember
    IGenericMember
    IMember
    Inherited Members
    MethodSpecialization.InitializeInstance(MethodSpecialization)
    MethodSpecialization.Declaration
    MethodSpecialization.IsConstructor
    MethodSpecialization.IsStatic
    MethodSpecialization.ReturnParameter
    MethodSpecialization.Parameters
    MethodSpecialization.BaseMethods
    MethodSpecialization.Attributes
    MethodSpecialization.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Flame.TypeSystem
    Assembly: Flame.dll
    Syntax
    public class IndirectMethodSpecialization : MethodSpecialization, IMethod, ITypeMember, IGenericMember, IMember

    Properties

    | Edit this page View Source

    FullName

    Gets the member's full name.

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

    GenericParameters

    Gets the list of generic parameters for this generic member.

    Declaration
    public override IReadOnlyList<IGenericParameter> GenericParameters { get; }
    Property Value
    Type Description
    IReadOnlyList<IGenericParameter>

    The generic parameters.

    Overrides
    MethodSpecialization.GenericParameters
    | Edit this page View Source

    Name

    Gets the member's unqualified name.

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

    ParentType

    Gets the parent type specialization that defines this method specialization.

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

    The parent type specialization.

    Overrides
    MethodSpecialization.ParentType

    Implements

    IMethod
    ITypeMember
    IGenericMember
    IMember

    Extension Methods

    AccessModifierAttribute.GetAccessModifier(IMember)
    MemorySpecificationExtensions.GetMemorySpecification(IMethod)
    ExceptionSpecificationExtensions.GetExceptionSpecification(IMethod)
    TypeExtensions.GetGenericArguments(IMethod)
    TypeExtensions.GetRecursiveGenericArgumentMapping(IMethod)
    TypeExtensions.GetRecursiveGenericDeclaration(IMethod)
    TypeExtensions.MakeGenericMethod(IMethod, params IType[])
    TypeExtensions.MakeGenericMethod(IMethod, IReadOnlyList<IType>)
    FlagAttribute.IsAbstract(IMethod)
    FlagAttribute.IsInternalCall(IMethod)
    FlagAttribute.IsVirtual(IMethod)
    TypeExtensions.GetDefiningAssemblyOrNull(ITypeMember)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX