Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ParameterCollectionResolver Class

    Namespace: Stride.Engine.Design
    Assembly: Stride.Engine.dll
    System.Object → UpdateMemberResolver → ParameterCollectionResolver
    Derived from ParameterCollectionResolver:

    public class ParameterCollectionResolver : UpdateMemberResolver
    Name Description
    Properties
    SupportedType
    Methods
    InstantiateValueAccessor<T>()
    ResolveIndexer(String)
    | Improve this Doc View Source

    Properties


    SupportedType

    public override Type SupportedType { get; }
    Property Value
    Type Description
    System.Type
    Overrides
    UpdateMemberResolver.SupportedType
    | Improve this Doc View Source

    Methods


    InstantiateValueAccessor<T>()

    public static void InstantiateValueAccessor<T>()
        where T : struct
    Type Parameters
    Name Description
    T

    ResolveIndexer(String)

    public override UpdatableMember ResolveIndexer(string indexerName)
    Parameters
    Type Name Description
    System.String indexerName
    Returns
    Type Description
    UpdatableMember
    Overrides
    UpdateMemberResolver.ResolveIndexer(String)

    Inherited Members

    UpdateMemberResolver.ResolveProperty(String)

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation