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

◆ GetMethodDebugInformation() [2/2]

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

Definition at line 1186 of file MetadataReader.cs.

1187 {
1188 return new MethodDebugInformation(this, MethodDebugInformationHandle.FromRowId(handle.RowId));
1189 }
MethodDebugInformationHandleCollection MethodDebugInformation

References System.Reflection.Metadata.MethodDebugInformationHandle.FromRowId(), System.handle, and System.Reflection.Metadata.MetadataReader.MethodDebugInformation.