FastQuant.AttributeStreamer.AttributeStreamer C# (CSharp) Method

AttributeStreamer() public method

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