FastQuant.ArrayStreamer.ArrayStreamer C# (CSharp) Method

ArrayStreamer() public method

public ArrayStreamer ( ) : System
return System
        public ArrayStreamer()
        {
            this.typeId = DataObjectType.Array;
            this.type = typeof(object[]);
        }