using System.Collections.Generic; namespace Nethereum.RLP { public class RLPCollection : List, IRLPElement { public byte[] RLPData { get; set; } } }