MAPIInspector.Parsers.FixedPropTypePropValue.FixedPropTypePropValue C# (CSharp) Method

FixedPropTypePropValue() public method

Initializes a new instance of the FixedPropTypePropValue class.
public FixedPropTypePropValue ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream
return System
        public FixedPropTypePropValue(FastTransferStream stream)
            : base(stream)
        {
        }