Unosquare
    Show / Hide Table of Contents

    Class ValidatedNotNullAttribute

    Indicates to static code analyzers that a parameter is guaranteed not to be null after a method returns.

    The presence of this attribute on a method parameter also relaxes null-validation requirements, thus suppressing the CA1062 warning on the parameter.

    Inheritance
    Object
    ValidatedNotNullAttribute
    Namespace: EmbedIO.Utilities
    Syntax
    public sealed class ValidatedNotNullAttribute : Attribute

    Comments

    Back to top Copyright © 2017-2019 Unosquare