Class ValidatedNotNullAttribute
Indicates to Code Analysis that a method validates a particular parameter.
Inherited Members
Namespace:CacheManager.Core.Utility
Assembly:CacheManager.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)]
public sealed class ValidatedNotNullAttribute : Attribute, _Attribute
Constructors
| Improve this Doc View SourceValidatedNotNullAttribute()
Initializes a new instance of the ValidatedNotNullAttribute class.
Declaration
public ValidatedNotNullAttribute()