using System.Collections.Generic; using System.Reflection; namespace Nethereum.ABI.FunctionEncoding.AttributeEncoding { public class ParameterOutputProperty : ParameterOutput { public PropertyInfo PropertyInfo { get; set; } public List ChildrenProperties { get; set; } } }