Microsoft.Protocols.TestSuites.MS_OXCFXICS.ProgressPerMessage.Deserialize C# (CSharp) Method

Deserialize() public method

Deserialize fields from a FastTransferStream.
public Deserialize ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
return void
        public override void Deserialize(FastTransferStream stream)
        {
            this.Deserialize<PropList>(
                stream,
                Markers.PidTagIncrSyncProgressPerMsg,
                out this.propList);
        }
    }