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

GroupStreamer() 공개 메소드

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