Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    MemberRequiredReportType Enum

    Namespace: Stride.Core.Annotations
    Assembly: Stride.Core.dll

    Specifies the reporting level for a missing value of a field/property with a MemberRequiredAttribute.

    public enum MemberRequiredReportType

    Fields

    Name Description
    Error

    Report missing required member as an error.

    Warning

    Report missing required member as a warning.

    Extension Methods

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

    Back to top

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