Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetMethodDebugInformation() [1/2]

MethodDebugInformation System.Reflection.Metadata.MetadataReader.GetMethodDebugInformation ( MethodDebugInformationHandle handle)
inline

Definition at line 1181 of file MetadataReader.cs.

1182 {
1183 return new MethodDebugInformation(this, handle);
1184 }
MethodDebugInformationHandleCollection MethodDebugInformation

References System.handle, and System.Reflection.Metadata.MetadataReader.MethodDebugInformation.