Bifrost.Validation.Rules.NotNull.NotNull C# (CSharp) Method

NotNull() public method

Initializes a new instance of the NotNull rule
public NotNull ( PropertyInfo property ) : System.Reflection
property System.Reflection.PropertyInfo Property the rule is for
return System.Reflection
        public NotNull(PropertyInfo property) : base(property) { }