Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs113 …public static IEnumerable<MethodWithAttribute<T>> GetMethodsWithAttribute<T>(this Type type, bool …
116 ….Select(method => new MethodWithAttribute<T>(method, (T)method.GetCustomAttribute(typeof(T), inher…
1877 public class MethodWithAttribute<T> where T : Attribute
1879 public MethodWithAttribute(MethodInfo method, T attribute) in MethodWithAttribute() method in Antmicro.Renode.Utilities.T