Beispiel #1
0
        public BoundMethodDefinitionMask_I GetBoundMethod(ILConversionRuntimicModel conversionModel, BoundModuleMask_I module, MethodInfo genericTypeDefinitionMethodInfo)
        {
            if (!module.MethodsByMetadataToken.TryGetValue(genericTypeDefinitionMethodInfo.MetadataToken, out BoundMethodDefinitionMask_I method))
            {
                throw new System.Exception("Could not find method");
            }

            return(method);
        }
Beispiel #2
0
 public void Ensure(ILConversionRuntimicModel model, ConversionTypeNode inputType)
 {
 }