Azavea.NijPredictivePolicing.Common.Data.CommaSeparatedValueWriter.CommaSeparatedValueWriter C# (CSharp) Method

CommaSeparatedValueWriter() public method

construct a new blank writer (any writes will throw exceptions if you don't set a stream or a file!)
public CommaSeparatedValueWriter ( ) : System
return System
        public CommaSeparatedValueWriter()
        {
        }

Same methods

CommaSeparatedValueWriter::CommaSeparatedValueWriter ( string filename ) : System