Microsoft.Protocols.TestSuites.MS_OXCFOLD.Restriction.Deserialize C# (CSharp) Method

Deserialize() public abstract method

Deserialize the Restriction data.
public abstract Deserialize ( byte restrictionData ) : void
restrictionData byte The restriction data.
return void
        public abstract void Deserialize(byte[] restrictionData);