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

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

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