FastQuant.FieldListStreamer.FieldListStreamer C# (CSharp) Method

FieldListStreamer() public method

public FieldListStreamer ( ) : System
return System
        public FieldListStreamer()
        {
            this.typeId = DataObjectType.FieldList;
            this.type = typeof(FieldList);
        }