Searched defs:Attributes (Results 1 – 4 of 4) sorted by relevance
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/ | ||
D | IInitable.cs | 14 IEnumerable<Attribute> Attributes { get; } property |
D | ObjectValue.cs | 34 public IEnumerable<Attribute> Attributes { get; private set; } property in Antmicro.Renode.PlatformDescription.Syntax.ObjectValue |
D | Entry.cs | 132 public IEnumerable<Attribute> Attributes { get; private set; } property in Antmicro.Renode.PlatformDescription.Syntax.Entry |
D | Grammar.cs | 324 public static readonly Parser<IEnumerable<Attribute>> Attributes = field in Antmicro.Renode.PlatformDescription.Syntax.Grammar |