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

PropList() public method

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