Пример #1
0
        DecrypterInfo13 GetInfoV13(MethodDef cctor, MethodDef method)
        {
            var info = new DecrypterInfo13(cctor, method);

            if (!info.Initialize())
            {
                return(null);
            }
            return(info);
        }
		DecrypterInfo13 GetInfoV13(MethodDef cctor, MethodDef method) {
			var info = new DecrypterInfo13(cctor, method);
			if (!info.Initialize())
				return null;
			return info;
		}