Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ValidateValueMetadata Class

    Namespace: Stride.Core
    Assembly: Stride.Core.dll
    System.Object → PropertyKeyMetadata → ValidateValueMetadata
    Derived from ValidateValueMetadata: ValidateValueMetadata<T>

    public abstract class ValidateValueMetadata : PropertyKeyMetadata
    Name Description
    Methods
    New<T>(ValidateValueCallback<T>)
    Validate(ref Object)
    | Improve this Doc View Source

    Methods


    New<T>(ValidateValueCallback<T>)

    public static ValidateValueMetadata<T> New<T>(ValidateValueCallback<T> invalidationCallback)
    Parameters
    Type Name Description
    ValidateValueCallback<T> invalidationCallback
    Returns
    Type Description
    ValidateValueMetadata<T>
    Type Parameters
    Name Description
    T

    Validate(ref Object)

    public abstract void Validate(ref object obj)
    Parameters
    Type Name Description
    System.Object obj

    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