Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DGrammar.cs390 internal sealed class Some<T> : AbstractOption<T> class in Antmicro.Renode.PlatformDescription.Syntax.Grammar
394 public Some(T value) in Some() method in Antmicro.Renode.PlatformDescription.Syntax.Grammar.Some