Home
last modified time | relevance | path

Searched refs:TryGetConvertMethodDelegate (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSmartParser.cs84 TryGetConvertMethodDelegate(outputType, 2, out Delegate del); in TryParse()
132 … private static bool TryGetConvertMethodDelegate(Type type, int fromBase, out Delegate result) in TryGetConvertMethodDelegate() method in Antmicro.Renode.Utilities.SmartParser