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

TimeSpanStreamer() 공개 메소드

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