Bifrost.Validation.Rules.NotNull.NotNull C# (CSharp) Метод

NotNull() публичный Метод

Initializes a new instance of the NotNull rule
public NotNull ( PropertyInfo property ) : System.Reflection
property System.Reflection.PropertyInfo Property the rule is for
Результат System.Reflection
        public NotNull(PropertyInfo property) : base(property) { }