// Internal methodtable used to instantiate the "canonical" methodtable for generic instantiations.
内部方法列表用于实例化“规范化”的方法列表来具现化(具体化)泛型实例。
// The name "__Canon" will never been seen by users but it will appear a lot in debugger stack traces
// involving generics so it is kept deliberately short as to avoid being a nuisance.用户永远不会看到“_Canon”这个名称,但是它会在涉及泛型的调试器堆栈跟踪中出现很多,因此故意保持简短,以避免成为麻烦(性能损耗)。