'Declaration Public Function New( _ ByVal strictMode As Boolean, _ ByVal defaultValue As Integer, _ Optional ByVal min As Nullable(Of Integer), _ Optional ByVal max As Nullable(Of Integer) _ )
public _IntegerValidator( bool strictMode, int defaultValue, Nullable<int> min, Nullable<int> max )
Parameters
- strictMode
- defaultValue
- min
- max