Microsoft.Protocols.TestSuites.SharedAdapter.CellManifestDataElementData.SerializeToByteList C# (CSharp) Method

SerializeToByteList() public method

Used to convert the element into a byte List.
public SerializeToByteList ( ) : List
return List
        public override List<byte> SerializeToByteList()
        {
            return this.CellManifestCurrentRevision.SerializeToByteList();
        }
    }