MAPIInspector.Parsers.FixedPropTypePropValue.FixedPropTypePropValue C# (CSharp) Метод

FixedPropTypePropValue() публичный Метод

Initializes a new instance of the FixedPropTypePropValue class.
public FixedPropTypePropValue ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream
Результат System
        public FixedPropTypePropValue(FastTransferStream stream)
            : base(stream)
        {
        }