FastQuant.DataObjectStreamer.DataObjectStreamer C# (CSharp) 메소드

DataObjectStreamer() 공개 메소드

public DataObjectStreamer ( ) : System
리턴 System
        public DataObjectStreamer()
        {
            this.typeId = DataObjectType.DataObject;
            this.type = typeof(DataObject);
        }