Microsoft.Protocols.TestSuites.SharedAdapter.ReadAccessResponse.SerializeItemsToByteList C# (CSharp) Method

SerializeItemsToByteList() protected method

Serialize items to byte list.
protected SerializeItemsToByteList ( System byteList ) : int
byteList System The byte list need to serialized.
return int
        protected override int SerializeItemsToByteList(System.Collections.Generic.List<byte> byteList)
        {
            throw new System.NotImplementedException();
        }
    }