public IList<byte> Data { get; }
Public ReadOnly Property Data As IList(Of Byte) Get
public: property IList<unsigned char>^ Data { IList<unsigned char>^ get (); }
member Data : IList<byte> with get