Home
last modified time | relevance | path

Searched defs:ConstructorOrPropertyAttribute (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DConstructorOrPropertyAttribute.cs13 public sealed class ConstructorOrPropertyAttribute : Attribute class
15 public ConstructorOrPropertyAttribute(string name, Value value) in ConstructorOrPropertyAttribute() method in Antmicro.Renode.PlatformDescription.Syntax.ConstructorOrPropertyAttribute
DGrammar.cs215 … public static readonly Parser<ConstructorOrPropertyAttribute> ConstructorOrPropertyAttribute = field in Antmicro.Renode.PlatformDescription.Syntax.Grammar