FastQuant.ObjectKeyListStreamer.ObjectKeyListStreamer C# (CSharp) Method

ObjectKeyListStreamer() public method

public ObjectKeyListStreamer ( ) : System
return System
        public ObjectKeyListStreamer()
        {
            this.typeId = ObjectType.ObjectKeyList;
            this.type = typeof(ObjectKeyList);
        }