コード例 #1
0
 public bool HasLazyStaticConstructor(TypeDesc type)
 {
     return(TypeSystemContext.HasLazyStaticConstructor(type));
 }