Searched defs:obj (Results 1 – 4 of 4) sorted by relevance
30 public T DeepClone<T>(T obj) in DeepClone()
28 public override bool Equals(object obj) in Equals()
89 … private static bool ApplyFilter(object obj, bool isEntryChild, Func<object, bool, bool> filter) in ApplyFilter() argument
429 public static Parser<T> MakeKeyword<T>(string keyword, T obj) in MakeKeyword()