File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
xml/System.Runtime.CompilerServices Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 970970 <Parameter Name =" type" Type =" System.RuntimeTypeHandle" />
971971 </Parameters >
972972 <Docs >
973- <param name =" type" >A type handle that specifies the class constructor method to run.</param >
974- <summary >Runs a specified class constructor method .</summary >
973+ <param name =" type" >A type handle that specifies the type for which a type initializer should be run.</param >
974+ <summary >Ensures that the type initializer (also known as a static constructor) for the specified type has been run .</summary >
975975 <remarks >
976976 <format type =" text/markdown" ><![CDATA[
977977
980980
981981 ]]> </format >
982982 </remarks >
983- <exception cref =" T:System.TypeInitializationException" >The class initializer throws an exception.</exception >
983+ <exception cref =" T:System.TypeInitializationException" >The type initializer throws an exception.</exception >
984984 </Docs >
985985 </Member >
986986 <Member MemberName =" RunModuleConstructor" >
10561056 </Docs >
10571057 </Member >
10581058 </Members >
1059- </Type >
1059+ </Type >
You can’t perform that action at this time.
0 commit comments