예제 #1
0
 public static bool TryGetDefinition(this ModuleDef module, TypeSignature type, out TypeDef definition) => (definition = module.GetDefinition(type)) != null;