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

ArrayStreamer() 공개 메소드

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