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

◆ GetLocalScopes() [2/2]

LocalScopeHandleCollection System.Reflection.Metadata.MetadataReader.GetLocalScopes ( MethodDefinitionHandle handle)
inline

Definition at line 1221 of file MetadataReader.cs.

1222 {
1223 return new LocalScopeHandleCollection(this, handle.RowId);
1224 }

References System.handle.