FastQuant.GroupStreamer.GroupStreamer C# (CSharp) Method

GroupStreamer() public method

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